Searched refs:PropertyInfoAreaHeader (Results 1 – 2 of 2) sorted by relevance
57 struct PropertyInfoAreaHeader { struct71 return reinterpret_cast<const PropertyInfoAreaHeader*>(data_base_)->size; in size() argument178 const PropertyInfoAreaHeader* header() const { in header()179 return reinterpret_cast<const PropertyInfoAreaHeader*>(data_base()); in header()
117 auto header = arena_->AllocateObject<PropertyInfoAreaHeader>(nullptr); in SerializeTrie()