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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h346 static inline void RecordLocation(ParseInfoTree* info_tree,
349 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
355 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, argument
358 info_tree->RecordLocation(field, location);
362 ParseInfoTree* info_tree, const FieldDescriptor* field) {
363 return info_tree->CreateNested(field);
361 CreateNested( ParseInfoTree* info_tree, const FieldDescriptor* field) argument
H A Dtext_format_unittest.cc747 TextFormat::ParseInfoTree* info_tree) {
751 parser.WriteLocationsTo(info_tree);
746 ExpectSuccessAndTree(const string& input, Message* proto, TextFormat::ParseInfoTree* info_tree) argument

Completed in 58 milliseconds