Searched refs:to_message (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 486 unittest::TestAllTypes to_message; in TEST() local 494 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 498 &from_message1, &to_message); in TEST() 500 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST() 504 &from_message2, &to_message); in TEST() 506 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST() 511 &to_message); in TEST() 513 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 519 unittest::TestAllExtensions to_message; in TEST() local 527 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() [all …]
|
D | test_util.h | 162 Message* to_message);
|
D | test_util.cc | 3295 Message* to_message) { in SetAllocatedOptionalMessageFieldsToMessageViaReflection() argument 3296 EXPECT_EQ(from_message->GetDescriptor(), to_message->GetDescriptor()); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 3298 const Reflection* to_reflection = to_message->GetReflection(); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 3310 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|