Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-window-size.js24 const writeToStream = () => { function
28 setImmediate(writeToStream);
40 writeToStream();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DTextAPIWriter.h23 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/third_party/skia/src/core/
DSkWriteBuffer.cpp140 bool SkBinaryWriteBuffer::writeToStream(SkWStream* stream) const { in writeToStream() function in SkBinaryWriteBuffer
141 return fWriter.writeToStream(stream); in writeToStream()
DSkTextBlobTrace.cpp117 fWriteBuffer.writeToStream(dst); in dump()
DSkWriteBuffer.h131 bool writeToStream(SkWStream*) const;
DSkWriter32.h229 bool writeToStream(SkWStream* stream) const { in writeToStream() function
DSkPictureData.cpp246 buffer.writeToStream(stream); in serialize()
DSkStream.cpp639 bool SkDynamicMemoryWStream::writeToStream(SkWStream* dst) const { in writeToStream() function in SkDynamicMemoryWStream
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dindex.js9 const { writeToStream, getTotalBytes } = Body
360 writeToStream(req, request)
Dbody.js237 static writeToStream (dest, instance) { method in Body
/third_party/skia/src/pdf/
DSkPDFUtils.cpp200 currentSegment.writeToStream(content); in EmitPath()
209 currentSegment.writeToStream(content); in EmitPath()
/third_party/skia/include/core/
DSkStream.h481 bool writeToStream(SkWStream* dst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp1128 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in llvm::MachO::TextAPIWriter
/third_party/libabigail/tests/lib/
Dcatch.hpp9539 void writeToStream( std::ostream &os ) const { in writeToStream() function
9581 parser.writeToStream( os ); in operator <<()