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

  /external/marisa-trie/lib/marisa/
trie-inline.h 147 inline bool Trie::find_child(UInt32 &node, T query, function in class:marisa::Trie
193 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
trie-search.cc 373 if (!find_child<T>(node, query, pos)) {
482 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
497 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
512 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
trie.h 245 bool find_child(UInt32 &node, T query, std::size_t &pos) const;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 148 inline bool Trie::find_child(UInt32 &node, T query, function in class:marisa_alpha::Trie
194 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
trie-search.cc 392 if (!find_child<T>(node, query, pos)) {
501 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
520 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
535 } while (!query.ends_at(pos) && find_child<T>(node, query, pos));
trie.h 245 bool find_child(UInt32 &node, T query, std::size_t &pos) const;
  /system/media/camera/docs/
metadata_model.py 624 find_child = lambda x: [i for i in self._get_children() if i.name == x]
625 new_lst = find_child('controls') \
626 + find_child('static') \
627 + find_child('dynamic')
    [all...]

Completed in 226 milliseconds