Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc988 baz2_ = enum2_->value(1); in SetUp()
1003 const EnumValueDescriptor* baz2_; member in google::protobuf::descriptor_unittest::EnumDescriptorTest
1031 EXPECT_EQ(baz2_, enum2_->FindValueByName("BAZ")); in TEST_F()
1042 EXPECT_EQ(baz2_, enum2_->FindValueByNumber(3)); in TEST_F()
1058 EXPECT_EQ("corge.grault.BAZ", baz2_->full_name()); in TEST_F()
1075 EXPECT_EQ(enum2_, baz2_->type()); in TEST_F()
1155 baz2_ = service2_->method(1); in SetUp()
1177 const MethodDescriptor* baz2_; member in google::protobuf::descriptor_unittest::ServiceDescriptorTest
1200 EXPECT_EQ(baz2_, service2_->FindMethodByName("Baz")); in TEST_F()
1216 EXPECT_EQ("corge.grault.TestService2.Baz", baz2_->full_name()); in TEST_F()
[all …]