Searched refs:group_a_ (Results 1 – 1 of 1) sorted by relevance
100 const FieldDescriptor* group_a_; variable151 group_a_ = pool->FindFieldByName(package + ".OptionalGroup_extension.a"); in ReflectionTester()155 group_a_ = pool->FindFieldByName(package + ".TestAllTypes.OptionalGroup.a"); in ReflectionTester()160 EXPECT_TRUE(group_a_ != nullptr); in ReflectionTester()215 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection()472 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()515 sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()931 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectClearViaReflection()932 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectClearViaReflection()