Searched refs:node_property_entry (Results 1 – 1 of 1) sorted by relevance
102 return serialized_data_->c_string(node_property_entry()->name_offset); in name()105 uint32_t context_index() const { return node_property_entry()->context_index; } in context_index()106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index()135 const PropertyEntry* node_property_entry() const { in node_property_entry() function