Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtest_util.h80 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()
1178 const Reflection* from_reflection = from_message->GetReflection(); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
1182 from_reflection->ListFields(*from_message, &fields); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
1190 Message* sub_message = from_reflection->ReleaseMessage(from_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()