Public Member Functions | |
| Dart_Handle | MyTestMethod (int64_t x) |
Public Member Functions inherited from flutter::RefCountedDartWrappable< MyNativeClass > | |
| virtual void | RetainDartWrappableReference () const override |
| virtual void | ReleaseDartWrappableReference () const override |
Public Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Public Member Functions inherited from tonic::DartWrappable | |
| DartWrappable () | |
| virtual const DartWrapperInfo & | GetDartWrapperInfo () const =0 |
| Dart_Handle | CreateDartWrapper (DartState *dart_state) |
| void | AssociateWithDartWrapper (Dart_Handle wrappable) |
| void | ClearDartWrapper () |
| Dart_WeakPersistentHandle | dart_wrapper () const |
Static Public Member Functions | |
| static void | Create (Dart_Handle path_handle, intptr_t value) |
| static int32_t | MyTestFunction (MyNativeClass *ptr, int32_t x, Dart_Handle handle) |
Public Attributes | |
| intptr_t | _value = 0 |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
| enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| RefCountedThreadSafe () | |
| ~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
| virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
| static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
Definition at line 14 of file ffi_native_unittest.cc.
|
inlinestatic |
Definition at line 23 of file ffi_native_unittest.cc.
References flutter::path, and value.
Referenced by flutter::testing::FfiNativeTest::DoCallThroughTest().
|
inlinestatic |
Definition at line 30 of file ffi_native_unittest.cc.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
|
inline |
Definition at line 36 of file ffi_native_unittest.cc.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| intptr_t flutter::testing::MyNativeClass::_value = 0 |
Definition at line 21 of file ffi_native_unittest.cc.
Referenced by flutter::testing::EchoWrappable(), MyTestFunction(), and MyTestMethod().