Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/memory/
Dref_ptr_internal.h30 static RefPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
Dref_ptr.h230 RefPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/third_party/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h335 inline RefCountedPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/third_party/grpc/test/core/gprpp/
Dref_counted_ptr_test.cc168 TEST(MakeRefCounted, NoArgs) { in TEST() argument
173 TEST(MakeRefCounted, Args) { in TEST() argument
/third_party/gn/src/base/memory/
Dscoped_refptr.h89 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/third_party/cef/include/base/
Dcef_scoped_refptr.h132 scoped_refptr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function