Searched refs:ProviderType (Results 1 – 23 of 23) sorted by relevance
/third_party/node/src/ |
D | async_wrap.h | 107 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;
|
D | async_wrap-inl.h | 33 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()
|
D | tcp_wrap.h | 53 case ProviderType::PROVIDER_TCPWRAP: in SET_SELF_SIZE() 55 case ProviderType::PROVIDER_TCPSERVERWRAP: in SET_SELF_SIZE() 70 ProviderType provider);
|
D | connection_wrap.cc | 25 ProviderType provider) in ConnectionWrap() 117 ProviderType provider); 122 ProviderType provider);
|
D | async_wrap.cc | 73 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()
|
D | connect_wrap.cc | 13 AsyncWrap::ProviderType provider) : ReqWrap(env, req_wrap_obj, provider) { in ConnectWrap()
|
D | connect_wrap.h | 15 AsyncWrap::ProviderType provider);
|
D | connection_wrap.h | 21 ProviderType provider);
|
D | req_wrap.h | 35 AsyncWrap::ProviderType provider);
|
D | pipe_wrap.cc | 120 ProviderType provider; in New() 144 ProviderType provider, in PipeWrap()
|
D | pipe_wrap.h | 57 ProviderType provider,
|
D | handle_wrap.h | 85 AsyncWrap::ProviderType provider);
|
D | stream_wrap.h | 85 AsyncWrap::ProviderType provider);
|
D | handle_wrap.cc | 122 AsyncWrap::ProviderType provider) in HandleWrap()
|
D | req_wrap-inl.h | 20 AsyncWrap::ProviderType provider) in ReqWrap()
|
D | tcp_wrap.cc | 135 ProviderType provider; in New() 151 TCPWrap::TCPWrap(Environment* env, Local<Object> object, ProviderType provider) in TCPWrap()
|
D | histogram.h | 173 AsyncWrap::ProviderType type,
|
D | stream_wrap.cc | 110 AsyncWrap::ProviderType provider) in LibuvStreamWrap()
|
D | node_file-inl.h | 44 AsyncWrap::ProviderType type, in FSReqBase()
|
D | histogram.cc | 246 AsyncWrap::ProviderType type, in IntervalHistogram()
|
D | node_file.h | 71 AsyncWrap::ProviderType type,
|
D | node_http_parser.cc | 572 AsyncWrap::ProviderType provider = in Initialize()
|
/third_party/node/doc/guides/ |
D | cpp-style-guide.md | 136 AsyncWrap::ProviderType provider)
|