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.cc2318 import_e_ = in ReflectionTester()
2356 EXPECT_TRUE(import_e_ != NULL); in ReflectionTester()
2420 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()
2668 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
2707 EXPECT_EQ(126, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1()
3046 EXPECT_FALSE(sub_message->GetReflection()->HasField(*sub_message, import_e_)); in ExpectClearViaReflection()
3047 EXPECT_EQ(0, sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectClearViaReflection()