Searched refs:foreign_foo_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 192 const EnumValueDescriptor* foreign_foo_; variable
|
D | test_util.cc | 2327 foreign_foo_ = in ReflectionTester() 2361 EXPECT_TRUE(foreign_foo_ != NULL); in ReflectionTester() 2516 reflection->SetEnum(message, F("default_foreign_enum"), foreign_foo_); in SetAllFieldsViaReflection() 2911 EXPECT_EQ(foreign_foo_, reflection->GetEnum(message, F("default_foreign_enum"))); in ExpectAllFieldsSetViaReflection3() 3055 EXPECT_EQ(foreign_foo_, reflection->GetEnum(message, F("optional_foreign_enum"))); in ExpectClearViaReflection() 3203 reflection->SetRepeatedEnum(message, F("repeated_foreign_enum"), 1, foreign_foo_); in ModifyRepeatedFieldsViaReflection() 3226 reflection->SetRepeatedEnum (message, F("packed_enum" ), 1, foreign_foo_); in ModifyPackedFieldsViaReflection()
|