#include <ref_counted_internal.h>
Public Member Functions | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Protected Member Functions | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Definition at line 19 of file ref_counted_internal.h.
|
inlineprotected |
Definition at line 86 of file ref_counted_internal.h.
|
inlineprotected |
Definition at line 95 of file ref_counted_internal.h.
References FML_DCHECK.
|
inline |
Definition at line 21 of file ref_counted_internal.h.
References FML_DCHECK.
Referenced by flutter::RefCountedDartWrappable< T >::RetainDartWrappableReference(), and flutter::testing::TEST_F().
|
inlineprotected |
Definition at line 69 of file ref_counted_internal.h.
References FML_DCHECK.
|
inline |
Definition at line 33 of file ref_counted_internal.h.
References FML_DCHECK, and HasOneRef().
|
inline |
Definition at line 29 of file ref_counted_internal.h.
Referenced by AssertHasOneRef().
|
inlineprotected |
Definition at line 40 of file ref_counted_internal.h.
References FML_DCHECK.
Referenced by fml::RefCountedThreadSafe< T >::Release().