Searched defs:ParseInfoTree (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h238 class LIBPROTOBUF_EXPORT ParseInfoTree { class in class:google::protobuf::TextFormat
240 ParseInfoTree();
241 ~ParseInfoTree();
251 ParseInfoTree* GetTreeForNested(const FieldDescriptor* field,
262 ParseInfoTree* CreateNested(const FieldDescriptor* field);
269 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap;
274 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParseInfoTree);
307 void WriteLocationsTo(ParseInfoTree* tree) {
336 ParseInfoTree* parse_info_tree_;
H A Dtext_format.cc100 TextFormat::ParseInfoTree::ParseInfoTree() { } function in class:google::protobuf::TextFormat::ParseInfoTree
102 TextFormat::ParseInfoTree::~ParseInfoTree() {
109 void TextFormat::ParseInfoTree::RecordLocation(
115 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested(
118 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree();
119 vector<TextFormat::ParseInfoTree*>* tree
[all...]

Completed in 160 milliseconds