Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
io_service.h File Reference
#include "bin/builtin.h"
#include "bin/utils.h"

Go to the source code of this file.

Classes

class  dart::bin::IOService
 

Namespaces

namespace  dart
 
namespace  dart::bin
 

Macros

#define IO_SERVICE_REQUEST_LIST(V)
 
#define DECLARE_REQUEST(type, method, id)   k##type##method##Request = id,
 

Macro Definition Documentation

◆ DECLARE_REQUEST

#define DECLARE_REQUEST (   type,
  method,
  id 
)    k##type##method##Request = id,

Definition at line 65 of file io_service.h.

◆ IO_SERVICE_REQUEST_LIST

#define IO_SERVICE_REQUEST_LIST (   V)

Definition at line 19 of file io_service.h.

66 {
67 public:
69
70 static Dart_Port GetServicePort();
71
72 private:
75};
76
77} // namespace bin
78} // namespace dart
79
80#endif // RUNTIME_BIN_IO_SERVICE_H_
int64_t Dart_Port
Definition dart_api.h:1524
#define IO_SERVICE_REQUEST_LIST(V)
Definition io_service.h:19
#define DECLARE_REQUEST(type, method, id)
Definition io_service.h:65
#define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName)
Definition globals.h:593
#define DISALLOW_ALLOCATION()
Definition globals.h:604