Home | History | Annotate | Download | only in marisa

Lines Matching defs:Tail

5 #include "tail.h"
9 Tail::Tail() : buf_() {}
11 void Tail::build(const Vector<String> &keys,
30 void Tail::mmap(Mapper *mapper, const char *filename,
41 void Tail::map(const void *ptr, std::size_t size) {
46 void Tail::map(Mapper &mapper) {
47 Tail temp;
52 void Tail::load(const char *filename, long offset, int whence) {
58 void Tail::fread(::FILE *file) {
63 void Tail::read(int fd) {
68 void Tail::read(std::istream &stream) {
73 void Tail::read(Reader &reader) {
74 Tail temp;
79 void Tail::save(const char *filename, bool trunc_flag,
86 void Tail::fwrite(::FILE *file) const {
91 void Tail::write(int fd) const {
96 void Tail::write(std::ostream &stream) const {
101 void Tail::write(Writer &writer) const {
105 void Tail::clear() {
106 Tail().swap(this);
109 void Tail::swap(Tail *rhs) {
113 void Tail::build_binary_tail(const Vector<String> &keys,
141 bool Tail::build_text_tail(const Vector<String> &keys,
198 void Tail::build_empty_tail(Vector<UInt32> *offsets) {