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