Searched refs:qux_field_ (Results 1 – 1 of 1) sorted by relevance
2118 qux_field_ = foo_type_->field(2); in SetUp()2141 const FieldDescriptor* qux_field_; member in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest2174 ASSERT_EQ(FieldDescriptor::TYPE_ENUM, qux_field_->type()); in TEST_P()2175 const EnumDescriptor* qux_type = qux_field_->enum_type(); in TEST_P()2204 qux_field_->CopyTo(&proto); in TEST_P()2211 ASSERT_EQ(1, qux_field_->options().uninterpreted_option_size()); in TEST_P()2213 qux_field_->options().uninterpreted_option(0); in TEST_P()