![]() |
Flutter Engine
The Flutter Engine
|
#include <dart_wrapper.h>
Public Member Functions | |
virtual void | RetainDartWrappableReference () const override |
virtual void | ReleaseDartWrappableReference () const override |
![]() | |
void | Release () const |
![]() | |
void | AddRef () const |
bool | HasOneRef () const |
void | AssertHasOneRef () const |
![]() | |
DartWrappable () | |
virtual const DartWrapperInfo & | GetDartWrapperInfo () const =0 |
virtual void | RetainDartWrappableReference () const =0 |
virtual void | ReleaseDartWrappableReference () const =0 |
Dart_Handle | CreateDartWrapper (DartState *dart_state) |
void | AssociateWithDartWrapper (Dart_Handle wrappable) |
void | ClearDartWrapper () |
Dart_WeakPersistentHandle | dart_wrapper () const |
Additional Inherited Members | |
![]() | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
![]() | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
![]() | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
![]() | |
virtual | ~DartWrappable () |
![]() | |
static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
Definition at line 14 of file dart_wrapper.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements tonic::DartWrappable.
Definition at line 17 of file dart_wrapper.h.