Searched refs:WritePropertyEntry (Results 1 – 2 of 2) sorted by relevance
42 uint32_t TrieSerializer::WritePropertyEntry(const PropertyEntryBuilder& property_entry) { in WritePropertyEntry() function in android::properties::TrieSerializer62 trie->property_entry = WritePropertyEntry(builder_node.property_entry()); in WriteTrieNode()76 uint32_t property_entry_offset = WritePropertyEntry(sorted_prefix_matches[i]); in WriteTrieNode()93 uint32_t property_entry_offset = WritePropertyEntry(sorted_exact_matches[i]); in WriteTrieNode()
39 uint32_t WritePropertyEntry(const PropertyEntryBuilder& property_entry);