Home
last modified time | relevance | path

Searched defs:MakeRefCounted (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_intrusive_ptr/public/pw_intrusive_ptr/
Dintrusive_ptr.h184 IntrusivePtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h322 inline RefCountedPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/libchrome/base/memory/
Dscoped_refptr.h90 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/
Dscoped_refptr.h95 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/
Dscoped_refptr.h95 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted_ptr.h370 inline RefCountedPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/external/grpc-grpc/test/core/gprpp/
Dref_counted_ptr_test.cc178 TEST(MakeRefCounted, NoArgs) { in TEST() argument
183 TEST(MakeRefCounted, Args) { in TEST() argument
/external/pigweed/pw_intrusive_ptr/
Dintrusive_ptr_test.cc415 TEST_F(IntrusivePtrTest, MakeRefCounted) { in TEST_F() argument