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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h262 ParseInfoTree* CreateNested(const FieldDescriptor* field);
349 static inline ParseInfoTree* CreateNested(ParseInfoTree* info_tree,
361 inline TextFormat::ParseInfoTree* TextFormat::CreateNested( function in class:google::protobuf::TextFormat
363 return info_tree->CreateNested(field);
H A Dtext_format.cc115 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( function in class:google::protobuf::TextFormat::ParseInfoTree
486 parse_info_tree_ = CreateNested(parent, field);

Completed in 1449 milliseconds