Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format.h467 class PROTOBUF_EXPORT ParseInfoTree {
469 ParseInfoTree();
470 ~ParseInfoTree();
480 ParseInfoTree* GetTreeForNested(const FieldDescriptor* field,
491 ParseInfoTree* CreateNested(const FieldDescriptor* field);
499 typedef std::map<const FieldDescriptor*, std::vector<ParseInfoTree*> >
505 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParseInfoTree);
536 void WriteLocationsTo(ParseInfoTree* tree) { parse_info_tree_ = tree; } in WriteLocationsTo()
586 ParseInfoTree* parse_info_tree_;
604 static inline void RecordLocation(ParseInfoTree* info_tree,
[all …]
Dtext_format.cc131 TextFormat::ParseInfoTree::ParseInfoTree() {} in ParseInfoTree() function in google::protobuf::TextFormat::ParseInfoTree
133 TextFormat::ParseInfoTree::~ParseInfoTree() { in ~ParseInfoTree()
140 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation()
145 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
148 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
149 std::vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
169 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
185 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
192 const std::vector<TextFormat::ParseInfoTree*>* trees = in GetTreeForNested()
257 const TextFormat::Finder* finder, ParseInfoTree* parse_info_tree, in ParserImpl()
[all …]
Dtext_format_unittest.cc1334 TextFormat::ParseInfoTree* info_tree) { in ExpectSuccessAndTree()
1343 void ExpectLocation(TextFormat::ParseInfoTree* tree, const Descriptor* d, in ExpectLocation()
1395 TextFormat::ParseInfoTree tree; in TEST_F()
1420 TextFormat::ParseInfoTree* nested_tree = in TEST_F()
1433 TextFormat::ParseInfoTree* unknown_nested_tree = in TEST_F()