Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode() local
/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h186 TrieNode trie(uint32_t offset) const { in trie() function