Searched refs:repeated_group_a_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 183 const FieldDescriptor* repeated_group_a_; variable
|
D | test_util.cc | 2342 repeated_group_a_ = in ReflectionTester() 2347 repeated_group_a_ = in ReflectionTester() 2352 EXPECT_TRUE(repeated_group_a_ != NULL); in ReflectionTester() 2444 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection() 2479 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 317); in SetAllFieldsViaReflection() 2793 EXPECT_EQ(217, sub_message->GetReflection()->GetInt32(*sub_message, repeated_group_a_)); in ExpectAllFieldsSetViaReflection2() 2837 EXPECT_EQ(317, sub_message->GetReflection()->GetInt32(*sub_message, repeated_group_a_)); in ExpectAllFieldsSetViaReflection2() 3191 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 517); in ModifyRepeatedFieldsViaReflection()
|