Home
last modified time | relevance | path

Searched refs:ParseInfoTree (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h323 class LIBPROTOBUF_EXPORT ParseInfoTree {
325 ParseInfoTree();
326 ~ParseInfoTree();
336 ParseInfoTree* GetTreeForNested(const FieldDescriptor* field,
347 ParseInfoTree* CreateNested(const FieldDescriptor* field);
354 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap;
359 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParseInfoTree);
392 void WriteLocationsTo(ParseInfoTree* tree) { in WriteLocationsTo()
433 ParseInfoTree* parse_info_tree_;
449 static inline void RecordLocation(ParseInfoTree* info_tree,
[all …]
Dtext_format.cc116 TextFormat::ParseInfoTree::ParseInfoTree() { } in ParseInfoTree() function in google::protobuf::TextFormat::ParseInfoTree
118 TextFormat::ParseInfoTree::~ParseInfoTree() { in ~ParseInfoTree()
125 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
135 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
172 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()
209 ParseInfoTree* parse_info_tree, in ParserImpl()
[all …]
Dtext_format_unittest.cc956 TextFormat::ParseInfoTree* info_tree) { in ExpectSuccessAndTree()
965 void ExpectLocation(TextFormat::ParseInfoTree* tree, in ExpectLocation()
1016 TextFormat::ParseInfoTree tree; in TEST_F()
1041 TextFormat::ParseInfoTree* nested_tree = in TEST_F()
1054 TextFormat::ParseInfoTree* unknown_nested_tree = in TEST_F()