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 | 2326 foreign_foo_ = in ReflectionTester() 2360 EXPECT_TRUE(foreign_foo_ != NULL); in ReflectionTester() 2515 reflection->SetEnum(message, F("default_foreign_enum"), foreign_foo_); in SetAllFieldsViaReflection() 2910 EXPECT_EQ(foreign_foo_, reflection->GetEnum(message, F("default_foreign_enum"))); in ExpectAllFieldsSetViaReflection3() 3054 EXPECT_EQ(foreign_foo_, reflection->GetEnum(message, F("optional_foreign_enum"))); in ExpectClearViaReflection() 3202 reflection->SetRepeatedEnum(message, F("repeated_foreign_enum"), 1, foreign_foo_); in ModifyRepeatedFieldsViaReflection() 3225 reflection->SetRepeatedEnum (message, F("packed_enum" ), 1, foreign_foo_); in ModifyPackedFieldsViaReflection()
|