Home
last modified time | relevance | path

Searched refs:foreign_c_ (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.h119 const FieldDescriptor* foreign_c_; variable
Dmap_test_util.cc221 foreign_c_ = pool->FindFieldByName( in MapReflectionTester()
449 SetInt32(sub_foreign_message, foreign_c_, 0); in SetMapFieldsViaReflection()
555 SetInt32(sub_foreign_message, foreign_c_, 1); in SetMapFieldsViaReflection()
652 sub_foreign_message, foreign_c_, 0); in SetMapFieldsViaMapReflection()
744 sub_foreign_message, foreign_c_, 1); in SetMapFieldsViaMapReflection()
863 sub_foreign_message, foreign_c_, 2); in ModifyMapFieldsViaReflection()
1296 foreign_message, foreign_c_); in ExpectMapFieldsSetViaReflection()
1530 sub_message.GetReflection()->GetInt32(sub_message, foreign_c_)); in ExpectMapFieldsSetViaReflectionIterator()
Dtest_util.h185 const FieldDescriptor* foreign_c_; variable
Dtest_util.cc2315 foreign_c_ = in ReflectionTester()
2355 EXPECT_TRUE(foreign_c_ != NULL); in ReflectionTester()
2409 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection()
2449 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 219); in SetAllFieldsViaReflection()
2484 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 319); in SetAllFieldsViaReflection()
2665 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
2704 EXPECT_EQ(119, sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
2798 EXPECT_EQ(219, sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection2()
2842 EXPECT_EQ(319, sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection2()
3041 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, foreign_c_)); in ExpectClearViaReflection()
[all …]