Searched defs:to_message (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc486 unittest::TestAllTypes to_message; local
494 &to_message, TestUtil::ReflectionTester::IS_NULL);
498 &from_message1, &to_message);
500 &to_message, TestUtil::ReflectionTester::NOT_NULL);
504 &from_message2, &to_message);
506 &to_message, TestUtil::ReflectionTester::NOT_NULL);
511 &to_message);
513 &to_message, TestUtil::ReflectionTester::IS_NULL);
519 unittest::TestAllExtensions to_message; local
527 &to_message, TestUti
626 unittest::TestOneof2 to_message; local
[all...]
H A Dtest_util.cc3295 Message* to_message) {
3296 EXPECT_EQ(from_message->GetDescriptor(), to_message->GetDescriptor());
3298 const Reflection* to_reflection = to_message->GetReflection();
3310 to_reflection->SetAllocatedMessage(to_message, sub_message, field);
3293 SetAllocatedOptionalMessageFieldsToMessageViaReflection( Message* from_message, Message* to_message) argument

Completed in 68 milliseconds