Home
last modified time | relevance | path

Searched refs:to_message (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc492 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 …]
Dtest_util.h162 Message* to_message);
Dtest_util.cc3296 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/
Djs_generator.cc267 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()