Searched refs:foreign_c_ (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_test_util.h | 119 const FieldDescriptor* foreign_c_; variable
|
D | test_util.h | 185 const FieldDescriptor* foreign_c_; variable
|
D | map_test_util.cc | 221 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()
|
D | test_util.cc | 2315 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 …]
|