Searched refs:import_e_ (Results 1 – 2 of 2) sorted by relevance
187 const FieldDescriptor* import_e_; variable
2319 import_e_ = in ReflectionTester()2357 EXPECT_TRUE(import_e_ != NULL); in ReflectionTester()2421 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()2669 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()2708 EXPECT_EQ(126, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()3047 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectClearViaReflection()3048 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectClearViaReflection()