Lines Matching refs:Tail
9 Tail::Tail() : buf_(), end_flags_() {} in Tail() function in marisa::grimoire::trie::Tail
11 void Tail::build(Vector<Entry> &entries, Vector<UInt32> *offsets, in build()
40 Tail temp; in build()
45 void Tail::map(Mapper &mapper) { in map()
46 Tail temp; in map()
51 void Tail::read(Reader &reader) { in read()
52 Tail temp; in read()
57 void Tail::write(Writer &writer) const { in write()
61 void Tail::restore(Agent &agent, std::size_t offset) const { in restore()
76 bool Tail::match(Agent &agent, std::size_t offset) const { in match()
108 bool Tail::prefix_match(Agent &agent, std::size_t offset) const { in prefix_match()
147 void Tail::clear() { in clear()
148 Tail().swap(*this); in clear()
151 void Tail::swap(Tail &rhs) { in swap()
156 void Tail::build_(Vector<Entry> &entries, Vector<UInt32> *offsets, in build_()
201 void Tail::map_(Mapper &mapper) { in map_()
206 void Tail::read_(Reader &reader) { in read_()
211 void Tail::write_(Writer &writer) const { in write_()