Searched defs:Dart_NativeFunction (Results 1 – 2 of 2) sorted by relevance
20 using Dart_NativeFunction = void (*)(Dart_NativeArguments); variable
3001 typedef void (*Dart_NativeFunction)(Dart_NativeArguments arguments); typedef