Searched refs:qux_field_ (Results 1 – 1 of 1) sorted by relevance
2718 qux_field_ = foo_type_->field(2); in SetUp()2741 const FieldDescriptor* qux_field_; member in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest2780 ASSERT_EQ(FieldDescriptor::TYPE_ENUM, qux_field_->type()); in TEST_P()2781 const EnumDescriptor* qux_type = qux_field_->enum_type(); in TEST_P()2810 qux_field_->CopyTo(&proto); in TEST_P()2817 ASSERT_EQ(1, qux_field_->options().uninterpreted_option_size()); in TEST_P()2819 qux_field_->options().uninterpreted_option(0); in TEST_P()