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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4641 const SourceCodeInfo_Location& foo_location = info.location(1); local
4642 ASSERT_EQ(2, foo_location.path_size());
4643 EXPECT_EQ(FileDescriptorProto::kMessageTypeFieldNumber, foo_location.path(0));
4644 EXPECT_EQ(0, foo_location.path(1)); // Foo is the first message defined
4645 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line
4646 EXPECT_EQ(1, foo_location.span(0)); // Foo is declared on line 1
4647 EXPECT_EQ(0, foo_location.span(1)); // Foo starts at column 0
4648 EXPECT_EQ(14, foo_location.span(2)); // Foo ends on column 14

Completed in 56 milliseconds