Searched refs:PrintSourceLocation (Results 1 – 1 of 1) sorted by relevance
6437 static string PrintSourceLocation(const SourceLocation &loc) { in PrintSourceLocation() function in google::protobuf::descriptor_unittest::SourceLocationTest6465 EXPECT_EQ("2:1-7:2", PrintSourceLocation(loc)); in TEST_F()6469 EXPECT_EQ("4:3-6:4", PrintSourceLocation(loc)); in TEST_F()6473 EXPECT_EQ("8:1-12:2", PrintSourceLocation(loc)); in TEST_F()6477 EXPECT_EQ("9:3-9:13", PrintSourceLocation(loc)); in TEST_F()6481 EXPECT_EQ("13:1-16:2", PrintSourceLocation(loc)); in TEST_F()6485 EXPECT_EQ("14:3-14:31", PrintSourceLocation(loc)); in TEST_F()6498 EXPECT_EQ("21:3-21:41", PrintSourceLocation(loc)); in TEST_F()6502 EXPECT_EQ("23:1-27:2", PrintSourceLocation(loc)); in TEST_F()6507 EXPECT_EQ("25:5-25:41", PrintSourceLocation(loc)); in TEST_F()