Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtest_util.h182 const FieldDescriptor* group_a_; variable
Dtest_util.cc2341 group_a_ = in ReflectionTester()
2346 group_a_ = in ReflectionTester()
2352 EXPECT_TRUE(group_a_ != NULL); in ReflectionTester()
2405 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection()
2661 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
2700 EXPECT_EQ(117, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1()
3035 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, group_a_)); in ExpectClearViaReflection()
3036 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectClearViaReflection()