Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp76 uint32_t property_entry_offset = WritePropertyEntry(sorted_prefix_matches[i]); in WriteTrieNode() local
77 arena_->uint32_array(prefix_entries_array_offset)[i] = property_entry_offset; in WriteTrieNode()
93 uint32_t property_entry_offset = WritePropertyEntry(sorted_exact_matches[i]); in WriteTrieNode() local
94 arena_->uint32_array(exact_match_entries_array_offset)[i] = property_entry_offset; in WriteTrieNode()