D | text_format_unittest.cc | 965 void ExpectLocation(TextFormat::ParseInfoTree* tree, in ExpectLocation() function in google::protobuf::text_format_unittest::TextFormatParserTest 1020 ExpectLocation(&tree, d, "optional_int32", -1, 0, 0); in TEST_F() 1021 ExpectLocation(&tree, d, "optional_int64", -1, 1, 0); in TEST_F() 1022 ExpectLocation(&tree, d, "optional_double", -1, 2, 2); in TEST_F() 1024 ExpectLocation(&tree, d, "repeated_int32", 0, 3, 0); in TEST_F() 1025 ExpectLocation(&tree, d, "repeated_int32", 1, 4, 0); in TEST_F() 1027 ExpectLocation(&tree, d, "optional_nested_message", -1, 5, 0); in TEST_F() 1028 ExpectLocation(&tree, d, "repeated_nested_message", 0, 8, 0); in TEST_F() 1029 ExpectLocation(&tree, d, "repeated_nested_message", 1, 11, 0); in TEST_F() 1033 ExpectLocation(&tree, d, "repeated_int64", 0, -1, -1); in TEST_F() [all …]
|