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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc832 TextFormat::ParseInfoTree* nested_tree = local
834 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 6, 2);
838 nested_tree = tree.GetTreeForNested(nested_field, 0);
839 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 9, 2);
841 nested_tree = tree.GetTreeForNested(nested_field, 1);
842 ExpectLocation(nested_tree, nested_field->message_type(), "bb", -1, 12, 2);

Completed in 541 milliseconds