Home
last modified time | relevance | path

Searched refs:import_baz_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtest_util.h197 const EnumValueDescriptor* import_baz_; variable
Dtest_util.cc2337 import_baz_ = in ReflectionTester()
2366 EXPECT_TRUE(import_baz_ != NULL); in ReflectionTester()
2415 reflection->SetEnum(message, F("optional_import_enum" ), import_baz_); in SetAllFieldsViaReflection()
2492 reflection->AddEnum(message, F("repeated_import_enum" ), import_baz_); in SetAllFieldsViaReflection()
2714 EXPECT_EQ( import_baz_, reflection->GetEnum(message, F("optional_import_enum" ))); in ExpectAllFieldsSetViaReflection1()
2850 EXPECT_EQ( import_baz_, reflection->GetRepeatedEnum(message, F("repeated_import_enum" ),1)); in ExpectAllFieldsSetViaReflection2()