Home
last modified time | relevance | path

Searched refs:ProviderType (Results 1 – 23 of 23) sorted by relevance

/third_party/node/src/
Dasync_wrap.h107 enum ProviderType { enum
117 ProviderType provider,
166 static void EmitTraceEventAfter(ProviderType type, double async_id);
171 inline ProviderType provider_type() const;
172 inline ProviderType set_provider_type(ProviderType provider);
216 ProviderType provider,
221 ProviderType provider,
224 ProviderType provider_type_ = PROVIDER_NONE;
Dasync_wrap-inl.h33 inline AsyncWrap::ProviderType AsyncWrap::provider_type() const { in provider_type()
37 inline AsyncWrap::ProviderType AsyncWrap::set_provider_type( in set_provider_type()
38 AsyncWrap::ProviderType provider) { in set_provider_type()
Dtcp_wrap.h53 case ProviderType::PROVIDER_TCPWRAP: in SET_SELF_SIZE()
55 case ProviderType::PROVIDER_TCPSERVERWRAP: in SET_SELF_SIZE()
70 ProviderType provider);
Dconnection_wrap.cc25 ProviderType provider) in ConnectionWrap()
117 ProviderType provider);
122 ProviderType provider);
Dasync_wrap.cc73 auto type = static_cast<ProviderType>(args[0].As<Uint32>()->Value()); in New()
78 ProviderType type) : AsyncWrap(env, object, type) {} in AsyncWrapObject()
170 void AsyncWrap::EmitTraceEventAfter(ProviderType type, double async_id) { in EmitTraceEventAfter()
491 ProviderType provider, in AsyncWrap()
497 ProviderType provider, in AsyncWrap()
511 ProviderType provider, in AsyncWrap()
684 ProviderType provider = provider_type(); in MakeCallback()
Dconnect_wrap.cc13 AsyncWrap::ProviderType provider) : ReqWrap(env, req_wrap_obj, provider) { in ConnectWrap()
Dconnect_wrap.h15 AsyncWrap::ProviderType provider);
Dconnection_wrap.h21 ProviderType provider);
Dreq_wrap.h35 AsyncWrap::ProviderType provider);
Dpipe_wrap.cc120 ProviderType provider; in New()
144 ProviderType provider, in PipeWrap()
Dpipe_wrap.h57 ProviderType provider,
Dhandle_wrap.h85 AsyncWrap::ProviderType provider);
Dstream_wrap.h85 AsyncWrap::ProviderType provider);
Dhandle_wrap.cc122 AsyncWrap::ProviderType provider) in HandleWrap()
Dreq_wrap-inl.h20 AsyncWrap::ProviderType provider) in ReqWrap()
Dtcp_wrap.cc135 ProviderType provider; in New()
151 TCPWrap::TCPWrap(Environment* env, Local<Object> object, ProviderType provider) in TCPWrap()
Dhistogram.h173 AsyncWrap::ProviderType type,
Dstream_wrap.cc110 AsyncWrap::ProviderType provider) in LibuvStreamWrap()
Dnode_file-inl.h44 AsyncWrap::ProviderType type, in FSReqBase()
Dhistogram.cc246 AsyncWrap::ProviderType type, in IntervalHistogram()
Dnode_file.h71 AsyncWrap::ProviderType type,
Dnode_http_parser.cc572 AsyncWrap::ProviderType provider = in Initialize()
/third_party/node/doc/guides/
Dcpp-style-guide.md136 AsyncWrap::ProviderType provider)