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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc197 parse_info_tree_(parse_info_tree),
436 if (parse_info_tree_ != NULL) {
437 RecordLocation(parse_info_tree_, field,
484 ParseInfoTree* parent = parse_info_tree_;
486 parse_info_tree_ = CreateNested(parent, field);
505 parse_info_tree_ = parent;
899 ParseInfoTree* parse_info_tree_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
1040 parse_info_tree_(NULL),
1051 finder_, parse_info_tree_,
1066 finder_, parse_info_tree_,
[all...]
H A Dtext_format.h308 parse_info_tree_ = tree;
336 ParseInfoTree* parse_info_tree_; member in class:google::protobuf::TextFormat::Parser

Completed in 78 milliseconds