Definition at line 14 of file ffi_native_unittest.cc.
◆ Create()
static void flutter::testing::MyNativeClass::Create |
( |
Dart_Handle |
path_handle, |
|
|
intptr_t |
value |
|
) |
| |
|
inlinestatic |
Definition at line 23 of file ffi_native_unittest.cc.
23 {
24 auto path = fml::MakeRefCounted<MyNativeClass>(
value);
25 path->AssociateWithDartWrapper(path_handle);
26 }
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ MyTestFunction()
◆ MyTestMethod()
Dart_Handle flutter::testing::MyNativeClass::MyTestMethod |
( |
int64_t |
x | ) |
|
|
inline |
◆ _value
intptr_t flutter::testing::MyNativeClass::_value = 0 |
The documentation for this class was generated from the following file: