Searched refs:predict_child (Results 1 - 6 of 6) sorted by relevance
/external/marisa-trie/lib/marisa/ |
H A D | trie-inline.h | 198 inline bool Trie::predict_child(UInt32 &node, T query, std::size_t &pos, function in class:marisa::Trie 239 if (!predict_child<T>(node, query, pos, &key)) {
|
H A D | trie-search.cc | 531 if (!predict_child<T>(node, query, pos, NULL)) { 602 if (!predict_child<T>(node, query, pos, NULL)) {
|
H A D | trie.h | 272 bool predict_child(UInt32 &node, T query, std::size_t &pos,
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | trie-inline.h | 203 inline bool Trie::predict_child(UInt32 &node, T query, std::size_t &pos, function in class:marisa_alpha::Trie 244 if (!predict_child<T>(node, query, pos, &key)) {
|
H A D | trie-search.cc | 554 if (!predict_child<T>(node, query, pos, NULL)) { 629 if (!predict_child<T>(node, query, pos, NULL)) {
|
H A D | trie.h | 272 bool predict_child(UInt32 &node, T query, std::size_t &pos,
|
Completed in 33 milliseconds