Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h183 const FieldDescriptor* repeated_group_a_; variable
Dtest_util.cc2343 repeated_group_a_ = in ReflectionTester()
2348 repeated_group_a_ = in ReflectionTester()
2353 EXPECT_TRUE(repeated_group_a_ != NULL); in ReflectionTester()
2445 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection()
2480 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 317); in SetAllFieldsViaReflection()
2794 EXPECT_EQ(217, sub_message->GetReflection()->GetInt32(*sub_message, repeated_group_a_)); in ExpectAllFieldsSetViaReflection2()
2838 EXPECT_EQ(317, sub_message->GetReflection()->GetInt32(*sub_message, repeated_group_a_)); in ExpectAllFieldsSetViaReflection2()
3192 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 517); in ModifyRepeatedFieldsViaReflection()