/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_file_stream.h | 59 virtual void DoWrite (const void *data,
|
H A D | dng_memory_stream.h | 79 virtual void DoWrite (const void *data,
|
H A D | dng_file_stream.cpp | 112 void dng_file_stream::DoWrite (const void *data, in DoWrite() function in dng_file_stream
|
H A D | dng_stream.cpp | 114 void dng_stream::DoWrite (const void * /* data */, in DoWrite() function in dng_stream 346 DoWrite (fBuffer, in Flush() 419 DoWrite (data, count, fPosition); in Put()
|
H A D | dng_fingerprint.h | 366 virtual void DoWrite (const void *data, in DoWrite() function in dng_md5_printer_stream
|
H A D | dng_memory_stream.cpp | 186 void dng_memory_stream::DoWrite (const void *data, in DoWrite() function in dng_memory_stream
|
H A D | dng_stream.h | 97 virtual void DoWrite (const void *data,
|
/third_party/node/src/ |
H A D | js_stream.h | 26 int DoWrite(WriteWrap* w,
|
H A D | stream_wrap.h | 55 int DoWrite(WriteWrap* w,
|
H A D | js_stream.cc | 110 int JSStream::DoWrite(WriteWrap* w, in DoWrite() function in node::JSStream
|
H A D | heap_utils.cc | 318 int DoWrite(WriteWrap* w,
|
H A D | node_file.h | 329 int DoWrite(WriteWrap* w,
|
H A D | stream_base.h | 254 // in either case, w->Done() will never be called before DoWrite() returns. 260 virtual int DoWrite(WriteWrap* w, 349 // asynchronously using `DoWrite()`.
|
H A D | stream_wrap.cc | 392 int LibuvStreamWrap::DoWrite(WriteWrap* req_wrap, in DoWrite() function in LibuvStreamWrap
|
H A D | stream_base.cc | 116 err = DoWrite(req_wrap, bufs, count, send_handle); in Write()
|
H A D | node_http2.h | 434 int DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count,
|
H A D | node_http2.cc | 2377 // The Http2Stream class is a subclass of StreamBase. The DoWrite method 2387 int Http2Stream::DoWrite(WriteWrap* req_wrap, in DoWrite() function in node::http2::Http2Stream
|
H A D | node_file.cc | 275 int FileHandle::DoWrite(WriteWrap* w, in DoWrite() function in node::fs::FileHandle
|
/third_party/node/src/quic/ |
H A D | logstream.h | 45 int DoWrite(WriteWrap* w,
|
H A D | logstream.cc | 119 int LogStream::DoWrite(WriteWrap* w, in DoWrite() function in node::quic::LogStream
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.h | 85 int DoWrite(WriteWrap* w,
|
H A D | crypto_tls.cc | 632 Debug(this, "No pending cleartext input, not inside DoWrite()"); in EncOut() 635 Debug(this, "No pending cleartext input, inside DoWrite()"); in EncOut() 953 int TLSWrap::DoWrite(WriteWrap* w, in DoWrite() function in node::crypto::TLSWrap 958 Debug(this, "DoWrite()"); in DoWrite()
|