Searched refs:TrieNodeInternal (Results 1 – 2 of 2) sorted by relevance
39 struct TrieNodeInternal { struct98 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()
60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode()