Home
last modified time | relevance | path

Searched defs:NativeEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dbuiltin_libraries.cc36 const struct NativeEntry { struct
37 const char* name;
38 Dart_NativeFunction function;
39 int argument_count;
/third_party/flutter/engine/flutter/testing/
Dtest_dart_native_resolver.h28 using NativeEntry = std::function<void(Dart_NativeArguments)>; variable