Home
last modified time | relevance | path

Searched refs:AddAllocatedMessage (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc765 r->AddAllocatedMessage(arena1_message, fd, heap_submessage); in TEST()
778 r->AddAllocatedMessage(arena1_message, fd, arena2_submessage); in TEST()
791 r->AddAllocatedMessage(heap_message, fd, arena2_submessage); in TEST()
Dgenerated_message_reflection_unittest.cc663 TEST(GeneratedMessageReflectionTest, AddAllocatedMessage) { in TEST() argument
671 reflection->AddAllocatedMessage(&message, F("repeated_nested_message"), in TEST()
Dextension_set_heavy.cc283 void ExtensionSet::AddAllocatedMessage(const FieldDescriptor* descriptor, in AddAllocatedMessage() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc1726 void Reflection::AddAllocatedMessage(Message* message, in AddAllocatedMessage() function in google::protobuf::Reflection
1729 USAGE_CHECK_ALL(AddAllocatedMessage, REPEATED, MESSAGE); in AddAllocatedMessage()
1733 MutableExtensionSet(message)->AddAllocatedMessage(field, new_entry); in AddAllocatedMessage()
Dmessage.h717 void AddAllocatedMessage(Message* message, const FieldDescriptor* field,
Dextension_set.h352 void AddAllocatedMessage(const FieldDescriptor* descriptor,
Dmap_test.cc1671 refl->AddAllocatedMessage(&message, fd_map_string_string, in TEST_F()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc392 reflection->AddAllocatedMessage(message, descriptor, py_cmsg->message); in Subscript()