Searched refs:bar_field_ (Results 1 – 1 of 1) sorted by relevance
2440 bar_field_ = foo_type_->field(0); in SetUp()2463 const FieldDescriptor* bar_field_; member in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest2493 ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, bar_field_->type()); in TEST_P()2494 EXPECT_EQ(bar_type_, bar_field_->message_type()); in TEST_P()2522 bar_field_->CopyTo(&proto); in TEST_P()