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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc241 bar_enum_value_ = bar_enum_->value(0);
262 const EnumValueDescriptor* bar_enum_value_; member in class:google::protobuf::descriptor_unittest::FileDescriptorTest
310 EXPECT_EQ(bar_enum_value_, bar_file_->FindEnumValueByName("BAR_ENUM_VALUE"));
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc239 bar_enum_value_ = bar_enum_->value(0);
260 const EnumValueDescriptor* bar_enum_value_; member in class:google::protobuf::descriptor_unittest::FileDescriptorTest
308 EXPECT_EQ(bar_enum_value_, bar_file_->FindEnumValueByName("BAR_ENUM_VALUE"));

Completed in 129 milliseconds