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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc890 baz2_ = enum2_->value(1);
905 const EnumValueDescriptor* baz2_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
933 EXPECT_EQ(baz2_, enum2_->FindValueByName("BAZ"));
944 EXPECT_EQ(baz2_, enum2_->FindValueByNumber(3));
960 EXPECT_EQ("corge.grault.BAZ", baz2_->full_name());
977 EXPECT_EQ(enum2_, baz2_->type());
1057 baz2_ = service2_->method(1);
1079 const MethodDescriptor* baz2_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1102 EXPECT_EQ(baz2_, service2_->FindMethodByName("Baz"));
1118 EXPECT_EQ("corge.grault.TestService2.Baz", baz2_
1252 const Descriptor* baz2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc888 baz2_ = enum2_->value(1);
903 const EnumValueDescriptor* baz2_; member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
931 EXPECT_EQ(baz2_, enum2_->FindValueByName("BAZ"));
942 EXPECT_EQ(baz2_, enum2_->FindValueByNumber(3));
958 EXPECT_EQ("corge.grault.BAZ", baz2_->full_name());
975 EXPECT_EQ(enum2_, baz2_->type());
1055 baz2_ = service2_->method(1);
1077 const MethodDescriptor* baz2_; member in class:google::protobuf::descriptor_unittest::ServiceDescriptorTest
1100 EXPECT_EQ(baz2_, service2_->FindMethodByName("Baz"));
1116 EXPECT_EQ("corge.grault.TestService2.Baz", baz2_
1250 const Descriptor* baz2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
[all...]

Completed in 592 milliseconds