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

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

Completed in 49 milliseconds