Flutter Engine
The Flutter Engine
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.