Searched refs:PipeWrap (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/ |
H A D | pipe_wrap.cc | 50 MaybeLocal<Object> PipeWrap::Instantiate(Environment* env, in Instantiate() 52 PipeWrap::SocketType type) { in Instantiate() 66 void PipeWrap::Initialize(Local<Object> target, in Initialize() 110 void PipeWrap::RegisterExternalReferences(ExternalReferenceRegistry* registry) { in RegisterExternalReferences() 122 void PipeWrap::New(const FunctionCallbackInfo<Value>& args) { in New() 131 PipeWrap::SocketType type = static_cast<PipeWrap::SocketType>(type_value); in New() 152 new PipeWrap(env, args.This(), provider, ipc); in New() 156 PipeWrap::PipeWrap(Environmen function in node::PipeWrap [all...] |
H A D | pipe_wrap.h | 35 class PipeWrap : public ConnectionWrap<PipeWrap, uv_pipe_t> { class 53 SET_MEMORY_INFO_NAME(PipeWrap) 54 SET_SELF_SIZE(PipeWrap) 57 PipeWrap(Environment* env,
|
H A D | connection_wrap.cc | 119 template ConnectionWrap<PipeWrap, uv_pipe_t>::ConnectionWrap( 129 template void ConnectionWrap<PipeWrap, uv_pipe_t>::OnConnection( 135 template void ConnectionWrap<PipeWrap, uv_pipe_t>::AfterConnect(
|
H A D | stream_wrap.cc | 274 pending_obj = AcceptHandle<PipeWrap>(env(), this); in OnUvRead()
|
Completed in 3 milliseconds