Searched refs:to_message (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 492 unittest::TestAllTypes to_message; in TEST() local 500 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 504 &from_message1, &to_message); in TEST() 506 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST() 510 &from_message2, &to_message); in TEST() 512 &to_message, TestUtil::ReflectionTester::NOT_NULL); in TEST() 517 &to_message); in TEST() 519 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() 525 unittest::TestAllExtensions to_message; in TEST() local 533 &to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() [all …]
|
D | test_util.h | 162 Message* to_message);
|
D | test_util.cc | 3296 Message* to_message) { in SetAllocatedOptionalMessageFieldsToMessageViaReflection() argument 3297 EXPECT_EQ(from_message->GetDescriptor(), to_message->GetDescriptor()); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 3299 const Reflection* to_reflection = to_message->GetReflection(); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 3311 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 267 const Descriptor* to_message) { in MaybeCrossFileRef() argument 269 from_file != to_message->file()) { in MaybeCrossFileRef() 272 return ModuleAlias(to_message->file()->name()) + "." + to_message->name(); in MaybeCrossFileRef() 275 return GetPath(options, to_message); in MaybeCrossFileRef()
|