HomeSort by relevance Sort by last modified time
    Searched refs:ParseInfoTree (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.h 323 class LIBPROTOBUF_EXPORT ParseInfoTree {
325 ParseInfoTree();
326 ~ParseInfoTree();
336 ParseInfoTree* GetTreeForNested(const FieldDescriptor* field,
347 ParseInfoTree* CreateNested(const FieldDescriptor* field);
354 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap;
359 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParseInfoTree);
392 void WriteLocationsTo(ParseInfoTree* tree) {
433 ParseInfoTree* parse_info_tree_;
445 // Hack: ParseInfoTree declares TextFormat as a friend which should exten
    [all...]
text_format.cc 116 TextFormat::ParseInfoTree::ParseInfoTree() { }
118 TextFormat::ParseInfoTree::~ParseInfoTree() {
125 void TextFormat::ParseInfoTree::RecordLocation(
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested(
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree();
135 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]
    [all...]
text_format_unittest.cc     [all...]

Completed in 67 milliseconds