Lines Matching refs:ParseInfoTree
138 TextFormat::ParseInfoTree::ParseInfoTree() { } in ParseInfoTree() function in google::protobuf::TextFormat::ParseInfoTree
140 TextFormat::ParseInfoTree::~ParseInfoTree() { in ~ParseInfoTree()
147 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation()
153 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
156 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
157 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
175 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
189 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
194 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()
231 ParseInfoTree* parse_info_tree, in ParserImpl()
588 ParseInfoTree* parent = parse_info_tree_; in ConsumeFieldMessage()
1092 ParseInfoTree* parse_info_tree_;