Flutter Engine
The Flutter Engine
|
#include "bin/socket.h"
#include "bin/dartutils.h"
#include "bin/eventhandler.h"
#include "bin/file.h"
#include "bin/io_buffer.h"
#include "bin/isolate_data.h"
#include "bin/lockers.h"
#include "bin/process.h"
#include "bin/thread.h"
#include "bin/typed_data_utils.h"
#include "bin/utils.h"
#include "include/dart_api.h"
#include "platform/globals.h"
#include "platform/utils.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::bin |
Enumerations | |
enum | dart::bin::_RawSocketOptions : int64_t { dart::bin::DART_SOL_SOCKET = 0 , dart::bin::DART_IPPROTO_IP = 1 , dart::bin::DART_IP_MULTICAST_IF = 2 , dart::bin::DART_IPPROTO_IPV6 = 3 , dart::bin::DART_IPV6_MULTICAST_IF = 4 , dart::bin::DART_IPPROTO_TCP = 5 , dart::bin::DART_IPPROTO_UDP = 6 } |
Variables | |
static constexpr int | dart::bin::kSocketIdNativeField = 0 |
ListeningSocketRegistry * | dart::bin::globalTcpListeningSocketRegistry = nullptr |