Searched refs:SetAllocatedMessage (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | proto3_arena_lite_unittest.cc | 144 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
|
D | proto3_arena_unittest.cc | 165 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
|
D | arena_unittest.cc | 403 TEST(ArenaTest, SetAllocatedMessage) { in TEST() argument 615 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); in TEST() 624 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); in TEST() 633 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); in TEST()
|
D | extension_set.h | 264 void SetAllocatedMessage(int number, FieldType type, 441 virtual void SetAllocatedMessage(MessageLite *message) = 0; 981 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
|
D | generated_message_reflection.cc | 584 SetAllocatedMessage(message1, in SwapOneofField() 618 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField() 1514 USAGE_CHECK_ALL(SetAllocatedMessage, SINGULAR, MESSAGE); in UnsafeArenaSetAllocatedMessage() 1517 MutableExtensionSet(message)->SetAllocatedMessage( in UnsafeArenaSetAllocatedMessage() 1544 void GeneratedMessageReflection::SetAllocatedMessage( in SetAllocatedMessage() function in google::protobuf::internal::GeneratedMessageReflection
|
D | generated_message_reflection.h | 309 void SetAllocatedMessage(Message* message,
|
D | message.h | 597 virtual void SetAllocatedMessage(Message* message,
|
D | extension_set.cc | 591 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, in SetAllocatedMessage() function in google::protobuf::internal::ExtensionSet 617 extension->lazymessage_value->SetAllocatedMessage(message); in SetAllocatedMessage()
|
D | test_util.cc | 3289 reflection->SetAllocatedMessage(message, NULL, field); in SetAllocatedOptionalMessageFieldsToNullViaReflection() 3311 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 323 TEST(GeneratedMessageTest, SetAllocatedMessage) { in TEST() argument 1648 TEST_F(OneofTest, SetAllocatedMessage) { in TEST_F() argument
|
/external/protobuf/ |
D | CHANGES.txt | 629 Added SetAllocatedMessage() in reflection API.
|
/external/protobuf/util/ |
D | CHANGES.txt | 629 Added SetAllocatedMessage() in reflection API.
|