Searched refs:foreign_baz_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 194 const EnumValueDescriptor* foreign_baz_; variable
|
D | test_util.cc | 2331 foreign_baz_ = in ReflectionTester() 2363 EXPECT_TRUE(foreign_baz_ != NULL); in ReflectionTester() 2414 reflection->SetEnum(message, F("optional_foreign_enum"), foreign_baz_); in SetAllFieldsViaReflection() 2491 reflection->AddEnum(message, F("repeated_foreign_enum"), foreign_baz_); in SetAllFieldsViaReflection() 2617 reflection->AddEnum (message, F("packed_enum" ), foreign_baz_); in SetPackedFieldsViaReflection() 2713 EXPECT_EQ(foreign_baz_, reflection->GetEnum(message, F("optional_foreign_enum"))); in ExpectAllFieldsSetViaReflection1() 2849 EXPECT_EQ(foreign_baz_, reflection->GetRepeatedEnum(message, F("repeated_foreign_enum"),1)); in ExpectAllFieldsSetViaReflection2() 2970 EXPECT_EQ(foreign_baz_, in ExpectPackedFieldsSetViaReflection()
|