Home
last modified time | relevance | path

Searched defs:MakeRefCounted (Results 1 – 5 of 5) 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.h181 inline RefCountedPtr<T> MakeRefCounted(Args&&... args) { in MakeRefCounted() function
/third_party/gn/src/base/memory/
Dscoped_refptr.h90 scoped_refptr<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