Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc653 foo2_ = message2_->field(0); in SetUp()
691 const FieldDescriptor* foo2_; member in google::protobuf::descriptor_unittest::DescriptorTest
734 EXPECT_EQ(foo2_ , message2_->FindFieldByName("foo" )); in TEST_F()
749 EXPECT_EQ(foo2_ , message2_->FindFieldByNumber(1)); in TEST_F()
769 EXPECT_EQ("corge.grault.TestMessage2.foo", foo2_->full_name()); in TEST_F()
809 EXPECT_EQ(bar_file_, foo2_->file()); in TEST_F()
873 EXPECT_EQ(message2_, foo2_ ->containing_type()); in TEST_F()
1234 foo2_ = enum2_->value(0); in SetUp()
1249 const EnumValueDescriptor* foo2_; member in google::protobuf::descriptor_unittest::EnumDescriptorTest
1277 EXPECT_EQ(foo2_, enum2_->FindValueByName("FOO")); in TEST_F()
[all …]