Searched refs:bar_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc1870 bar_type_ = bar_file_->message_type(0);
1899 const Descriptor* bar_type_; member in class:google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest
1925 EXPECT_EQ(bar_type_, bar_field_->message_type());
1941 EXPECT_EQ(bar_type_, pool_->FindMessageTypeByName(bar_type_->full_name()));
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc1783 bar_type_ = bar_file_->message_type(0);
1798 const Descriptor* bar_type_; member in class:google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest
1823 EXPECT_EQ(bar_type_, bar_field_->message_type());
1839 EXPECT_EQ(bar_type_, pool_.FindMessageTypeByName(bar_type_->full_name()));

Completed in 1363 milliseconds