Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp53 return Find(num_contexts(), [this, context](auto array_offset) { in FindContextIndex()
62 return Find(num_types(), [this, type](auto array_offset) { in FindTypeIndex()
71 …auto node_index = Find(trie_node_base_->num_child_nodes, [this, name, namelen](auto array_offset) { in FindChildForString()