Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h182 const FieldDescriptor* group_a_; variable
Dtest_util.cc2340 group_a_ = in ReflectionTester()
2345 group_a_ = in ReflectionTester()
2351 EXPECT_TRUE(group_a_ != NULL); in ReflectionTester()
2404 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection()
2660 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
2699 EXPECT_EQ(117, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
3034 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectClearViaReflection()
3035 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectClearViaReflection()