Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h187 const FieldDescriptor* import_e_; variable
Dtest_util.cc2319 import_e_ = in ReflectionTester()
2357 EXPECT_TRUE(import_e_ != NULL); in ReflectionTester()
2421 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()
2669 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
2708 EXPECT_EQ(126, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
3047 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectClearViaReflection()
3048 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectClearViaReflection()