Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc6439 static string PrintSourceLocation(const SourceLocation &loc) { in PrintSourceLocation() function in google::protobuf::descriptor_unittest::SourceLocationTest
6467 EXPECT_EQ("2:1-7:2", PrintSourceLocation(loc)); in TEST_F()
6471 EXPECT_EQ("4:3-6:4", PrintSourceLocation(loc)); in TEST_F()
6475 EXPECT_EQ("8:1-12:2", PrintSourceLocation(loc)); in TEST_F()
6479 EXPECT_EQ("9:3-9:13", PrintSourceLocation(loc)); in TEST_F()
6483 EXPECT_EQ("13:1-16:2", PrintSourceLocation(loc)); in TEST_F()
6487 EXPECT_EQ("14:3-14:31", PrintSourceLocation(loc)); in TEST_F()
6500 EXPECT_EQ("21:3-21:41", PrintSourceLocation(loc)); in TEST_F()
6504 EXPECT_EQ("23:1-27:2", PrintSourceLocation(loc)); in TEST_F()
6509 EXPECT_EQ("25:5-25:41", PrintSourceLocation(loc)); in TEST_F()