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

/bionic/libc/bionic/
H A Dsystem_properties.cpp62 * Properties are stored in a hybrid trie/binary tree structure.
64 * into a trie structure. Siblings at each level of the trie are stored in a
78 // Represents a node in the trie.
417 static const prop_info *find_property(prop_bt *const trie, const char *name, argument
421 if (!trie) return NULL;
424 prop_bt* current = trie;
544 prop_bt *trie = reinterpret_cast<prop_bt*>(to_prop_obj(off)); local
545 if (!trie)
548 if (trie
[all...]

Completed in 56 milliseconds