Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_intrusive_ptr/public/pw_intrusive_ptr/
H A Dintrusive_ptr.h205 IntrusivePtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/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
/aosp_15_r20/external/libchrome/base/memory/
H A Dscoped_refptr.h90 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/memory/
Dscoped_refptr.h93 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/memory/
Dscoped_refptr.h93 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/memory/
H A Dscoped_refptr.h95 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted_ptr.h370 inline RefCountedPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dref_counted_ptr_test.cc178 TEST(MakeRefCounted, NoArgs) { in TEST() argument
183 TEST(MakeRefCounted, Args) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_intrusive_ptr/
H A Dintrusive_ptr_test.cc415 TEST_F(IntrusivePtrTest, MakeRefCounted) { in TEST_F() argument