Searched refs:nested_tree (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 1041 TextFormat::ParseInfoTree* nested_tree = in TEST_F() local 1043 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 6, 2); in TEST_F() 1047 nested_tree = tree.GetTreeForNested(nested_field, 0); in TEST_F() 1048 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 9, 2); in TEST_F() 1050 nested_tree = tree.GetTreeForNested(nested_field, 1); in TEST_F() 1051 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 12, 2); in TEST_F()
|