Searched refs:import_e_ (Results 1 – 1 of 1) sorted by relevance
105 const FieldDescriptor* import_e_; variable139 import_e_ = pool->FindFieldByName(import_package + ".PublicImportMessage.e"); in ReflectionTester()165 EXPECT_TRUE(import_e_ != nullptr); in ReflectionTester()235 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()481 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()528 sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()946 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectClearViaReflection()947 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectClearViaReflection()