Home
last modified time | relevance | path

Searched refs:bar_field_ (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc2440 bar_field_ = foo_type_->field(0); in SetUp()
2463 const FieldDescriptor* bar_field_; member in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest
2493 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()