Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h89 const char* data_base() const { return data_base_; } in data_base() function
98 TrieNode(const SerializedData* data_base, const TrieNodeInternal* trie_node_base) in TrieNode() argument
99 : serialized_data_(data_base), trie_node_base_(trie_node_base) {} in TrieNode()
112 … reinterpret_cast<const TrieNodeInternal*>(serialized_data_->data_base() + child_node_offset); in child_node()
122 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in prefix()
130 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in exact_match()
136 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in node_property_entry()
155 return data_base() + context_array[index]; in context()
161 return data_base() + type_array[index]; in type()
179 return reinterpret_cast<const PropertyInfoAreaHeader*>(data_base()); in header()
[all …]