Home
last modified time | relevance | path

Searched refs:info_tree (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h449 static inline void RecordLocation(ParseInfoTree* info_tree,
452 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
458 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() argument
461 info_tree->RecordLocation(field, location); in RecordLocation()
466 ParseInfoTree* info_tree, const FieldDescriptor* field) { in CreateNested() argument
467 return info_tree->CreateNested(field); in CreateNested()
Dtext_format_unittest.cc956 TextFormat::ParseInfoTree* info_tree) { in ExpectSuccessAndTree() argument
960 parser.WriteLocationsTo(info_tree); in ExpectSuccessAndTree()