Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dproto3_arena_lite_unittest.cc144 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
Dproto3_arena_unittest.cc165 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
Darena_unittest.cc402 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()
Dextension_set.h264 void SetAllocatedMessage(int number, FieldType type,
452 virtual void SetAllocatedMessage(MessageLite *message) = 0;
1002 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
Dgenerated_message_reflection.cc584 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
Dgenerated_message_reflection.h309 void SetAllocatedMessage(Message* message,
Dmessage.h597 virtual void SetAllocatedMessage(Message* message,
Dtest_util.cc3289 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/
Dcpp_unittest.cc323 TEST(GeneratedMessageTest, SetAllocatedMessage) { in TEST() argument
1648 TEST_F(OneofTest, SetAllocatedMessage) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt761 Added SetAllocatedMessage() in reflection API.