Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc1234 baz2_ = enum2_->value(1); in SetUp()
1249 const EnumValueDescriptor* baz2_; member in google::protobuf::descriptor_unittest::EnumDescriptorTest
1277 EXPECT_EQ(baz2_, enum2_->FindValueByName("BAZ")); in TEST_F()
1288 EXPECT_EQ(baz2_, enum2_->FindValueByNumber(3)); in TEST_F()
1304 EXPECT_EQ("corge.grault.BAZ", baz2_->full_name()); in TEST_F()
1321 EXPECT_EQ(enum2_, baz2_->type()); in TEST_F()
1401 baz2_ = service2_->method(1); in SetUp()
1423 const MethodDescriptor* baz2_; member in google::protobuf::descriptor_unittest::ServiceDescriptorTest
1446 EXPECT_EQ(baz2_, service2_->FindMethodByName("Baz")); in TEST_F()
1462 EXPECT_EQ("corge.grault.TestService2.Baz", baz2_->full_name()); in TEST_F()
[all …]