Searched refs:CreateNested (Results 1 – 3 of 3) sorted by relevance
391 ParseInfoTree* CreateNested(const FieldDescriptor* field);496 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,509 inline TextFormat::ParseInfoTree* TextFormat::CreateNested( in CreateNested() function511 return info_tree->CreateNested(field); in CreateNested()
153 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested() function in google::protobuf::TextFormat::ParseInfoTree590 parse_info_tree_ = CreateNested(parent, field); in ConsumeFieldMessage()
391 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_, in Setup()439 SAFTM_MUST_USE_RESULT static bool CreateNested( in CreateNested() function