Searched refs:SetAllocatedMessage (Results 1 – 11 of 11) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | proto3_arena_lite_unittest.cc | 132 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
|
| D | arena_unittest.cc | 457 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()
|
| D | extension_set.h | 279 void SetAllocatedMessage(int number, FieldType type, 523 virtual void SetAllocatedMessage(MessageLite* message) = 0; 1241 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
|
| D | generated_message_reflection.cc | 555 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
|
| D | proto3_arena_unittest.cc | 158 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
|
| D | message.h | 591 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 | 2205 reflection->SetAllocatedMessage(message, sub_message, field_desc); in CopyValue()
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_unittest.inc | 305 TEST(GENERATED_MESSAGE_TEST_NAME, SetAllocatedMessage) { 1678 TEST_F(OneofTest, SetAllocatedMessage) {
|
| /third_party/protobuf/ |
| D | CHANGES.txt | 990 * Fixed a double-free problem when using Reflection::SetAllocatedMessage() 1912 Added SetAllocatedMessage() in reflection API.
|