Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_wrap.cc304 typedef SimpleWriteWrap<ReqWrap<uv_write_t>> LibuvWriteWrap; typedef
311 return new LibuvWriteWrap(this, object); in CreateWriteWrap()
375 LibuvWriteWrap* w = static_cast<LibuvWriteWrap*>(req_wrap); in DoWrite()
387 LibuvWriteWrap* req_wrap = static_cast<LibuvWriteWrap*>( in AfterUvWrite()
388 LibuvWriteWrap::from_req(req)); in AfterUvWrite()