Searched refs:import_d_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 186 const FieldDescriptor* import_d_; variable
|
D | test_util.cc | 2316 import_d_ = in ReflectionTester() 2355 EXPECT_TRUE(import_d_ != NULL); in ReflectionTester() 2410 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection() 2450 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 220); in SetAllFieldsViaReflection() 2485 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 320); in SetAllFieldsViaReflection() 2666 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2705 EXPECT_EQ(120, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2799 EXPECT_EQ(220, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection2() 2843 EXPECT_EQ(320, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection2() 3043 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_d_)); in ExpectClearViaReflection() [all …]
|