Home
last modified time | relevance | path

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

/external/protobuf/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.cc403 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()
Dextension_set.h264 void SetAllocatedMessage(int number, FieldType type,
441 virtual void SetAllocatedMessage(MessageLite *message) = 0;
981 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,
Dextension_set.cc591 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, in SetAllocatedMessage() function in google::protobuf::internal::ExtensionSet
617 extension->lazymessage_value->SetAllocatedMessage(message); in SetAllocatedMessage()
Dtest_util.cc3289 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/
Dcpp_unittest.cc323 TEST(GeneratedMessageTest, SetAllocatedMessage) { in TEST() argument
1648 TEST_F(OneofTest, SetAllocatedMessage) { in TEST_F() argument
/external/protobuf/
DCHANGES.txt629 Added SetAllocatedMessage() in reflection API.
/external/protobuf/util/
DCHANGES.txt629 Added SetAllocatedMessage() in reflection API.