Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1235 baz2_ = enum2_->value(1); in SetUp()
1250 const EnumValueDescriptor* baz2_; member in google::protobuf::descriptor_unittest::EnumDescriptorTest
1278 EXPECT_EQ(baz2_, enum2_->FindValueByName("BAZ")); in TEST_F()
1289 EXPECT_EQ(baz2_, enum2_->FindValueByNumber(3)); in TEST_F()
1305 EXPECT_EQ("corge.grault.BAZ", baz2_->full_name()); in TEST_F()
1322 EXPECT_EQ(enum2_, baz2_->type()); in TEST_F()
1402 baz2_ = service2_->method(1); in SetUp()
1424 const MethodDescriptor* baz2_; member in google::protobuf::descriptor_unittest::ServiceDescriptorTest
1447 EXPECT_EQ(baz2_, service2_->FindMethodByName("Baz")); in TEST_F()
1463 EXPECT_EQ("corge.grault.TestService2.Baz", baz2_->full_name()); in TEST_F()
[all …]