Searched refs:ParseInfoTree (Results 1 – 3 of 3) sorted by relevance
367 class LIBPROTOBUF_EXPORT ParseInfoTree {369 ParseInfoTree();370 ~ParseInfoTree();380 ParseInfoTree* GetTreeForNested(const FieldDescriptor* field,391 ParseInfoTree* CreateNested(const FieldDescriptor* field);398 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap;403 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParseInfoTree);436 void WriteLocationsTo(ParseInfoTree* tree) { in WriteLocationsTo()477 ParseInfoTree* parse_info_tree_;493 static inline void RecordLocation(ParseInfoTree* info_tree,[all …]
138 TextFormat::ParseInfoTree::ParseInfoTree() { } in ParseInfoTree() function in google::protobuf::TextFormat::ParseInfoTree140 TextFormat::ParseInfoTree::~ParseInfoTree() { in ~ParseInfoTree()147 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation()153 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()156 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()157 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()175 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()189 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()194 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()231 ParseInfoTree* parse_info_tree, in ParserImpl()[all …]
961 TextFormat::ParseInfoTree* info_tree) { in ExpectSuccessAndTree()970 void ExpectLocation(TextFormat::ParseInfoTree* tree, in ExpectLocation()1021 TextFormat::ParseInfoTree tree; in TEST_F()1046 TextFormat::ParseInfoTree* nested_tree = in TEST_F()1059 TextFormat::ParseInfoTree* unknown_nested_tree = in TEST_F()