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 | 2317 import_d_ = in ReflectionTester() 2356 EXPECT_TRUE(import_d_ != NULL); in ReflectionTester() 2411 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection() 2451 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 220); in SetAllFieldsViaReflection() 2486 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 320); in SetAllFieldsViaReflection() 2667 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2706 EXPECT_EQ(120, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 2800 EXPECT_EQ(220, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection2() 2844 EXPECT_EQ(320, sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection2() 3044 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_d_)); in ExpectClearViaReflection() [all …]
|