Home
last modified time | relevance | path

Searched refs:from_message (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtest_util.h161 Message* from_message,
Dtest_util.cc3294 Message* from_message, in SetAllocatedOptionalMessageFieldsToMessageViaReflection() argument
3296 EXPECT_EQ(from_message->GetDescriptor(), to_message->GetDescriptor()); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
3297 const Reflection* from_reflection = from_message->GetReflection(); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
3301 from_reflection->ListFields(*from_message, &fields); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
3309 from_reflection->ReleaseMessage(from_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()