Home
last modified time | relevance | path

Searched refs:nested_tree (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc1041 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()