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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc756 void ExpectLocation(TextFormat::ParseInfoTree* tree, function in class:google::protobuf::text_format_unittest::TextFormatParserTest
811 ExpectLocation(&tree, d, "optional_int32", -1, 0, 0);
812 ExpectLocation(&tree, d, "optional_int64", -1, 1, 0);
813 ExpectLocation(&tree, d, "optional_double", -1, 2, 2);
815 ExpectLocation(&tree, d, "repeated_int32", 0, 3, 0);
816 ExpectLocation(&tree, d, "repeated_int32", 1, 4, 0);
818 ExpectLocation(&tree, d, "optional_nested_message", -1, 5, 0);
819 ExpectLocation(&tree, d, "repeated_nested_message", 0, 8, 0);
820 ExpectLocation(&tree, d, "repeated_nested_message", 1, 11, 0);
824 ExpectLocation(
[all...]

Completed in 105 milliseconds