Home
last modified time | relevance | path

Searched refs:TrieNodeInternal (Results 1 – 2 of 2) sorted by relevance

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h39 struct TrieNodeInternal { struct
98 TrieNode(const SerializedData* data_base, const TrieNodeInternal* trie_node_base) in TrieNode()
111 const TrieNodeInternal* trie_node_base = in child_node()
112 … reinterpret_cast<const TrieNodeInternal*>(serialized_data_->data_base() + child_node_offset); in child_node()
141 const TrieNodeInternal* trie_node_base_;
188 const TrieNodeInternal* trie_node_base = in trie()
189 reinterpret_cast<const TrieNodeInternal*>(data_base() + offset); in trie()
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode()