Home
last modified time | relevance | path

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

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp50 auto serialized_property_entry = arena_->AllocateObject<PropertyEntry>(&offset); in WritePropertyEntry() local
51 serialized_property_entry->name_offset = arena_->AllocateAndWriteString(property_entry.name); in WritePropertyEntry()
52 serialized_property_entry->namelen = property_entry.name.size(); in WritePropertyEntry()
53 serialized_property_entry->context_index = context_index; in WritePropertyEntry()
54 serialized_property_entry->type_index = type_index; in WritePropertyEntry()