HomeSort by relevance Sort by last modified time
    Searched full:predict_child (Results 1 - 7 of 7) sorted by null

  /external/marisa-trie/lib/marisa/
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)) {
trie-search.cc 531 if (!predict_child<T>(node, query, pos, NULL)) {
602 if (!predict_child<T>(node, query, pos, NULL)) {
trie.h 272 bool predict_child(UInt32 &node, T query, std::size_t &pos,
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
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)) {
trie-search.cc 554 if (!predict_child<T>(node, query, pos, NULL)) {
629 if (!predict_child<T>(node, query, pos, NULL)) {
trie.h 272 bool predict_child(UInt32 &node, T query, std::size_t &pos,
  /external/marisa-trie/
android_diff.txt 378 @@ -235,7 +231,7 @@ inline bool Trie::predict_child(UInt32 &node, T query, std::size_t &pos,

Completed in 1220 milliseconds