Searched refs:SetAllocatedMessage (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | proto3_arena_lite_unittest.cc | 135 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
|
D | proto3_arena_unittest.cc | 158 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
|
D | arena_unittest.cc | 458 TEST(ArenaTest, SetAllocatedMessage) { in TEST() argument 649 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); in TEST() 657 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); in TEST() 666 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); in TEST()
|
D | extension_set.h | 284 void SetAllocatedMessage(int number, FieldType type, 522 virtual void SetAllocatedMessage(MessageLite* message) = 0; 1249 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
|
D | generated_message_reflection.cc | 553 SetAllocatedMessage(message1, ReleaseMessage(message2, field2), field2); in SwapOneofField() 585 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField() 1500 USAGE_CHECK_ALL(SetAllocatedMessage, SINGULAR, MESSAGE); in UnsafeArenaSetAllocatedMessage() 1530 void Reflection::SetAllocatedMessage(Message* message, Message* sub_message, in SetAllocatedMessage() function in google::protobuf::Reflection
|
D | message.h | 570 void SetAllocatedMessage(Message* message, Message* sub_message,
|
D | test_util.h | 1170 reflection->SetAllocatedMessage(message, nullptr, field); in SetAllocatedOptionalMessageFieldsToNullViaReflection() 1191 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
D | extension_set.cc | 621 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, in SetAllocatedMessage() function in google::protobuf::internal::ExtensionSet 647 extension->lazymessage_value->SetAllocatedMessage(message); in SetAllocatedMessage()
|
D | text_format.cc | 2173 reflection->SetAllocatedMessage(message, sub_message, field_desc); in CopyValue()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 306 TEST(GENERATED_MESSAGE_TEST_NAME, SetAllocatedMessage) { 1722 TEST_F(OneofTest, SetAllocatedMessage) {
|
/external/protobuf/ |
D | CHANGES.txt | 648 * Fixed a double-free problem when using Reflection::SetAllocatedMessage() 1570 Added SetAllocatedMessage() in reflection API.
|