Searched refs:predict_child (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtrie-inline.h198 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 Dtrie-search.cc531 if (!predict_child<T>(node, query, pos, NULL)) {
602 if (!predict_child<T>(node, query, pos, NULL)) {
H A Dtrie.h272 bool predict_child(UInt32 &node, T query, std::size_t &pos,
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-inline.h203 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 Dtrie-search.cc554 if (!predict_child<T>(node, query, pos, NULL)) {
629 if (!predict_child<T>(node, query, pos, NULL)) {
H A Dtrie.h272 bool predict_child(UInt32 &node, T query, std::size_t &pos,

Completed in 255 milliseconds