Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::NativeEntries Struct Reference

Public Attributes

const char *const name_
 
void *const function_
 
const int argument_count_
 
const char * name_
 
Dart_NativeFunction function_
 
int argument_count_
 

Detailed Description

Definition at line 24 of file bootstrap_natives.cc.

Member Data Documentation

◆ argument_count_ [1/2]

int dart::NativeEntries::argument_count_

Definition at line 27 of file bootstrap_natives.cc.

◆ argument_count_ [2/2]

int dart::NativeEntries::argument_count_

Definition at line 63 of file exceptions_test.cc.

◆ function_ [1/2]

Dart_NativeFunction dart::NativeEntries::function_

Definition at line 26 of file bootstrap_natives.cc.

◆ function_ [2/2]

Dart_NativeFunction dart::NativeEntries::function_

Definition at line 62 of file exceptions_test.cc.

◆ name_ [1/2]

const char * dart::NativeEntries::name_

Definition at line 25 of file bootstrap_natives.cc.

◆ name_ [2/2]

const char* dart::NativeEntries::name_

Definition at line 61 of file exceptions_test.cc.


The documentation for this struct was generated from the following files: