Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
io_service_no_ssl.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 66 of file io_service_no_ssl.h.

◆ IO_SERVICE_REQUEST_LIST

#define IO_SERVICE_REQUEST_LIST (   V)

Definition at line 21 of file io_service_no_ssl.h.

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