Searched refs:SetAllocatedMessage (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 | 402 TEST(ArenaTest, SetAllocatedMessage) { in TEST() argument 614 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); in TEST() 623 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); in TEST() 632 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); in TEST()
|
D | extension_set.h | 264 void SetAllocatedMessage(int number, FieldType type, 452 virtual void SetAllocatedMessage(MessageLite *message) = 0; 1002 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 | test_util.cc | 3289 reflection->SetAllocatedMessage(message, NULL, field); in SetAllocatedOptionalMessageFieldsToNullViaReflection() 3311 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 761 Added SetAllocatedMessage() in reflection API.
|