Searched refs:qux_field_ (Results 1 – 1 of 1) sorted by relevance
2443 qux_field_ = foo_type_->field(2); in SetUp()2466 const FieldDescriptor* qux_field_; member in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest2505 ASSERT_EQ(FieldDescriptor::TYPE_ENUM, qux_field_->type()); in TEST_P()2506 const EnumDescriptor* qux_type = qux_field_->enum_type(); in TEST_P()2535 qux_field_->CopyTo(&proto); in TEST_P()2542 ASSERT_EQ(1, qux_field_->options().uninterpreted_option_size()); in TEST_P()2544 qux_field_->options().uninterpreted_option(0); in TEST_P()