Searched refs:nested_tree (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 1505 TextFormat::ParseInfoTree* nested_tree = in TEST_F() local 1507 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 6, 2); in TEST_F() 1511 nested_tree = tree.GetTreeForNested(nested_field, 0); in TEST_F() 1512 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 9, 2); in TEST_F() 1514 nested_tree = tree.GetTreeForNested(nested_field, 1); in TEST_F() 1515 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 12, 2); in TEST_F()
|