Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc3127 const FieldDescriptorProto& bar_int = foo.field(0); in TEST_F() local
3137 EXPECT_TRUE(HasSpanWithComment('c', 'd', bar_int, in TEST_F()
3146 EXPECT_TRUE(HasSpan(bar_int, "type")); in TEST_F()
3147 EXPECT_TRUE(HasSpan(bar_int, "name")); in TEST_F()
3148 EXPECT_TRUE(HasSpan(bar_int, "number")); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest.proto666 int32 bar_int = 12 [default = 5]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1706 EXPECT_EQ(message.bar_int(), 5); in TEST_F()