HomeSort by relevance Sort by last modified time
    Searched defs:predict_child (Results 1 - 2 of 2) 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)) {
  /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)) {

Completed in 89 milliseconds