Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
include
internal
dart_api_dl_impl.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
3
* for details. All rights reserved. Use of this source code is governed by a
4
* BSD-style license that can be found in the LICENSE file.
5
*/
6
7
#ifndef RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_
8
#define RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_
9
10
typedef
struct
{
11
const
char
*
name
;
12
void (*
function
)(void);
13
}
DartApiEntry
;
14
15
typedef
struct
{
16
const
int
major
;
17
const
int
minor
;
18
const
DartApiEntry
*
const
functions
;
19
}
DartApi
;
20
21
#endif
/* RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_ */
/* NOLINT */
function
Dart_NativeFunction function
Definition:
fuchsia.cc:51
DartApiEntry
Definition:
dart_api_dl_impl.h:10
DartApiEntry::name
const char * name
Definition:
dart_api_dl_impl.h:11
DartApi
Definition:
dart_api_dl_impl.h:15
DartApi::major
const int major
Definition:
dart_api_dl_impl.h:16
DartApi::minor
const int minor
Definition:
dart_api_dl_impl.h:17
DartApi::functions
const DartApiEntry *const functions
Definition:
dart_api_dl_impl.h:18
Generated on Sun Jun 23 2024 21:55:24 for Flutter Engine by
1.9.4