Searched refs:PropertyEntry (Results 1 – 2 of 2) sorted by relevance
29 struct PropertyEntry { struct119 const PropertyEntry* prefix(int n) const { in prefix()122 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in prefix()127 const PropertyEntry* exact_match(int n) const { in exact_match()130 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in exact_match()135 const PropertyEntry* node_property_entry() const { in node_property_entry()136 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in node_property_entry()
50 auto serialized_property_entry = arena_->AllocateObject<PropertyEntry>(&offset); in WritePropertyEntry()