OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_last_
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
trie-search.cc
132
return
find_last_
<CQuery>(CQuery(str), key_length);
139
return
find_last_
<const Query &>(Query(ptr, length), key_length);
502
UInt32 Trie::
find_last_
(T query, std::size_t *key_length) const {
function in class:marisa::Trie
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc
136
return
find_last_
<CQuery>(CQuery(str), key_length);
144
return
find_last_
<const Query &>(Query(ptr, length), key_length);
525
UInt32 Trie::
find_last_
(T query, std::size_t *key_length) const {
function in class:marisa_alpha::Trie
Completed in 26 milliseconds