Home
last modified time | relevance | path

Searched refs:AddAllocated (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc693 repeated_field.AddAllocated(cleared); in TEST()
707 arena1_message->mutable_repeated_nested_message()->AddAllocated( in TEST()
721 arena1_message->mutable_repeated_nested_message()->AddAllocated( in TEST()
735 heap_message->mutable_repeated_nested_message()->AddAllocated( in TEST()
747 arena1_message->mutable_repeated_string()->AddAllocated(s); in TEST()
808 arena_message->mutable_repeated_nested_message()->AddAllocated(nested); in TEST()
826 arena_message->mutable_repeated_nested_message()->AddAllocated(nested); in TEST()
848 arena_message->mutable_repeated_string()->AddAllocated(s); in TEST()
927 field1.AddAllocated(t); in TestSwapRepeatedField()
937 field2.AddAllocated(t); in TestSwapRepeatedField()
Dreflection_internal.h162 MutableRepeatedField(data)->AddAllocated(allocated); in Add()
225 MutableRepeatedField(data)->AddAllocated(allocated); in Add()
Dextension_set_heavy.cc278 extension->repeated_message_value->AddAllocated(result); in AddMessage()
287 extension->repeated_message_value->AddAllocated(new_entry); in AddAllocatedMessage()
Drepeated_field_unittest.cc1033 field.AddAllocated(original); // Give ownership back. in TEST()
1063 field.AddAllocated(foo); in TEST()
1070 field.AddAllocated(bar); in TEST()
1079 field.AddAllocated(baz); in TEST()
1091 field.AddAllocated(qux); in TEST()
1415 field.AddAllocated(subject[i]); in TEST()
Drepeated_field.h679 void AddAllocated(typename TypeHandler::Type* value) {
1055 void AddAllocated(Element* value);
2363 inline void RepeatedPtrField<Element>::AddAllocated(Element* value) {
2364 RepeatedPtrFieldBase::AddAllocated<TypeHandler>(value);
2733 field_->AddAllocated(ptr_to_value);
Dmap_field_inl.h306 repeated_field->AddAllocated(new_entry); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.cc379 MapFieldBase::repeated_field_->AddAllocated(new_entry); in SyncRepeatedFieldWithMapNoLock()
Dextension_set.cc785 extension->repeated_message_value->AddAllocated(result); in AddMessage()
983 extension->repeated_message_value->AddAllocated(target); in InternalExtensionMergeFrom()
Dgenerated_message_reflection.cc1742 repeated->AddAllocated<GenericTypeHandler<Message> >(new_entry); in AddAllocatedMessage()
Ddescriptor_unittest.cc6011 file_proto.mutable_message_type()->AddAllocated( in TEST_F()
/third_party/node/deps/v8/src/zone/
Dtype-stats.h27 void AddAllocated(size_t bytes) { in AddAllocated() function
Dzone.h63 type_stats_.AddAllocated<TypeTag>(size); in Allocate()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DHistogramWriter.cpp85 histogramSet.mutable_histograms()->AddAllocated(proto.release()); in getAsJSON()