Home
last modified time | relevance | path

Searched refs:foreign_c_ (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtest_util.h103 const FieldDescriptor* foreign_c_; variable
137 foreign_c_ = pool->FindFieldByName(package + ".ForeignMessage.c"); in ReflectionTester()
163 EXPECT_TRUE(foreign_c_ != nullptr); in ReflectionTester()
221 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection()
263 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 219); in SetAllFieldsViaReflection()
298 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 319); in SetAllFieldsViaReflection()
476 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
521 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1()
643 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection2()
712 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection2()
[all …]
Dmap_test_util.h124 const FieldDescriptor* foreign_c_; variable
Dmap_test_util.cc231 foreign_c_ = pool->FindFieldByName("protobuf_unittest.ForeignMessage.c"); in MapReflectionTester()
446 foreign_c_, 0); in SetMapFieldsViaReflection()
541 foreign_c_, 1); in SetMapFieldsViaReflection()
637 foreign_c_, 0); in SetMapFieldsViaMapReflection()
729 foreign_c_, 1); in SetMapFieldsViaMapReflection()
872 foreign_c_, 2); in ModifyMapFieldsViaReflection()
1303 foreign_c_); in ExpectMapFieldsSetViaReflection()
1534 sub_message.GetReflection()->GetInt32(sub_message, foreign_c_)); in ExpectMapFieldsSetViaReflectionIterator()