Searched refs:to_message (Results 1 – 3 of 3) 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() 526 unittest::TestAllTypes* to_message = in TEST() local 535 to_message, TestUtil::ReflectionTester::IS_NULL); in TEST() [all …]
|
D | test_util.h | 80 Message* from_message, Message* to_message); 1176 Message* from_message, Message* to_message) { in SetAllocatedOptionalMessageFieldsToMessageViaReflection() argument 1177 EXPECT_EQ(from_message->GetDescriptor(), to_message->GetDescriptor()); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 1179 const Reflection* to_reflection = to_message->GetReflection(); in SetAllocatedOptionalMessageFieldsToMessageViaReflection() 1191 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 240 const Descriptor* to_message) { in MaybeCrossFileRef() argument 243 from_file != to_message->file()) { in MaybeCrossFileRef() 246 return ModuleAlias(to_message->file()->name()) + in MaybeCrossFileRef() 247 GetNestedMessageName(to_message->containing_type()) + "." + in MaybeCrossFileRef() 248 to_message->name(); in MaybeCrossFileRef() 251 return GetMessagePath(options, to_message); in MaybeCrossFileRef()
|