Searched refs:SendWrap (Results 1 – 3 of 3) sorted by relevance
50 class SendWrap : public ReqWrap<uv_udp_send_t> { class52 SendWrap(Environment* env, Local<Object> req_wrap_obj, bool have_callback);57 SET_MEMORY_INFO_NAME(SendWrap)58 SET_SELF_SIZE(SendWrap)65 SendWrap::SendWrap(Environment* env, in SendWrap() function in node::SendWrap73 bool SendWrap::have_callback() const { in have_callback()601 SendWrap* req_wrap = new SendWrap(env(), in CreateSendWrap()658 std::unique_ptr<SendWrap> req_wrap{static_cast<SendWrap*>(req)}; in OnSendDone()
73 SendWrap689 const req = new SendWrap();
288 const req = new binding.SendWrap();