Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dproto3_arena_lite_unittest.cc132 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
Darena_unittest.cc457 TEST(ArenaTest, SetAllocatedMessage) { in TEST() argument
641 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); in TEST()
649 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); in TEST()
658 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); in TEST()
Dextension_set.h279 void SetAllocatedMessage(int number, FieldType type,
523 virtual void SetAllocatedMessage(MessageLite* message) = 0;
1241 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
Dgenerated_message_reflection.cc555 SetAllocatedMessage(message1, ReleaseMessage(message2, field2), field2); in SwapOneofField()
587 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
1538 USAGE_CHECK_ALL(SetAllocatedMessage, SINGULAR, MESSAGE); in UnsafeArenaSetAllocatedMessage()
1569 void Reflection::SetAllocatedMessage(Message* message, Message* sub_message, in SetAllocatedMessage() function in google::protobuf::Reflection
Dproto3_arena_unittest.cc158 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
Dmessage.h591 void SetAllocatedMessage(Message* message, Message* sub_message,
Dtest_util.h1170 reflection->SetAllocatedMessage(message, nullptr, field); in SetAllocatedOptionalMessageFieldsToNullViaReflection()
1191 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
Dextension_set.cc621 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, in SetAllocatedMessage() function in google::protobuf::internal::ExtensionSet
647 extension->lazymessage_value->SetAllocatedMessage(message); in SetAllocatedMessage()
Dtext_format.cc2205 reflection->SetAllocatedMessage(message, sub_message, field_desc); in CopyValue()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc305 TEST(GENERATED_MESSAGE_TEST_NAME, SetAllocatedMessage) {
1678 TEST_F(OneofTest, SetAllocatedMessage) {
/third_party/protobuf/
DCHANGES.txt990 * Fixed a double-free problem when using Reflection::SetAllocatedMessage()
1912 Added SetAllocatedMessage() in reflection API.