OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_tail
(Results
1 - 6
of
6
) sorted by null
/external/marisa-trie/lib/marisa/
trie.cc
37
if (temp.has_link() && !temp.
has_tail
()) {
78
if (temp.has_link() && !temp.
has_tail
()) {
trie-inline.h
345
inline bool Trie::
has_tail
() const {
function in class:marisa::Trie
trie.h
295
bool
has_tail
() const;
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc
37
if (temp.has_link() && !temp.
has_tail
()) {
78
if (temp.has_link() && !temp.
has_tail
()) {
trie-inline.h
354
inline bool Trie::
has_tail
() const {
function in class:marisa_alpha::Trie
trie.h
295
bool
has_tail
() const;
Completed in 69 milliseconds