#include <ref_counted.h>
Public Member Functions | |
| void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Protected Member Functions | |
| RefCountedThreadSafe () | |
| ~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Friends | |
| template<typename U > | |
| RefPtr< U > | AdoptRef (U *) |
Definition at line 63 of file ref_counted.h.
|
inlineprotected |
Definition at line 103 of file ref_counted.h.
|
inlineprotected |
Definition at line 108 of file ref_counted.h.
|
inline |
Definition at line 71 of file ref_counted.h.
References fml::internal::RefCountedThreadSafeBase::Release().
Referenced by flutter::ConvertMappingToNSData(), flutter::RefCountedDartWrappable< T >::ReleaseDartWrappableReference(), and flutter::testing::TEST_F().