Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dproto3_arena_lite_unittest.cc135 TEST(Proto3ArenaLiteTest, SetAllocatedMessage) { in TEST() argument
Dproto3_arena_unittest.cc158 TEST(Proto3ArenaTest, SetAllocatedMessage) { in TEST() argument
Darena_unittest.cc458 TEST(ArenaTest, SetAllocatedMessage) { in TEST() argument
649 r->SetAllocatedMessage(arena1_message, heap_submessage, msg_field); in TEST()
657 r->SetAllocatedMessage(arena1_message, arena2_submessage, msg_field); in TEST()
666 r->SetAllocatedMessage(heap_message, arena1_submessage, msg_field); in TEST()
Dextension_set.h284 void SetAllocatedMessage(int number, FieldType type,
522 virtual void SetAllocatedMessage(MessageLite* message) = 0;
1249 set->SetAllocatedMessage(number, field_type, NULL, message); in SetAllocated()
Dgenerated_message_reflection.cc553 SetAllocatedMessage(message1, ReleaseMessage(message2, field2), field2); in SwapOneofField()
585 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
1500 USAGE_CHECK_ALL(SetAllocatedMessage, SINGULAR, MESSAGE); in UnsafeArenaSetAllocatedMessage()
1530 void Reflection::SetAllocatedMessage(Message* message, Message* sub_message, in SetAllocatedMessage() function in google::protobuf::Reflection
Dmessage.h570 void SetAllocatedMessage(Message* message, Message* sub_message,
Dtest_util.h1170 reflection->SetAllocatedMessage(message, nullptr, field); in SetAllocatedOptionalMessageFieldsToNullViaReflection()
1191 to_reflection->SetAllocatedMessage(to_message, sub_message, field); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
Dextension_set.cc621 void ExtensionSet::SetAllocatedMessage(int number, FieldType type, in SetAllocatedMessage() function in google::protobuf::internal::ExtensionSet
647 extension->lazymessage_value->SetAllocatedMessage(message); in SetAllocatedMessage()
Dtext_format.cc2173 reflection->SetAllocatedMessage(message, sub_message, field_desc); in CopyValue()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc306 TEST(GENERATED_MESSAGE_TEST_NAME, SetAllocatedMessage) {
1722 TEST_F(OneofTest, SetAllocatedMessage) {
/external/protobuf/
DCHANGES.txt648 * Fixed a double-free problem when using Reflection::SetAllocatedMessage()
1570 Added SetAllocatedMessage() in reflection API.