Home
last modified time | relevance | path

Searched refs:writeToStream (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-window-size.js24 const writeToStream = () => {
28 setImmediate(writeToStream);
40 writeToStream();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DTextAPIWriter.h23 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/third_party/skia/src/core/
H A DSkWriteBuffer.cpp140 bool SkBinaryWriteBuffer::writeToStream(SkWStream* stream) const { in writeToStream() function in SkBinaryWriteBuffer
141 return fWriter.writeToStream(stream); in writeToStream()
H A DSkTextBlobTrace.cpp117 fWriteBuffer.writeToStream(dst); in dump()
H A DSkWriteBuffer.h131 bool writeToStream(SkWStream*) const;
H A DSkWriter32.h229 bool writeToStream(SkWStream* stream) const { in writeToStream() function in SkWriter32
H A DSkPictureData.cpp246 buffer.writeToStream(stream); in serialize()
H A DSkStream.cpp639 bool SkDynamicMemoryWStream::writeToStream(SkWStream* dst) const { in writeToStream() function in SkDynamicMemoryWStream
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp200 currentSegment.writeToStream(content); in EmitPath()
209 currentSegment.writeToStream(content); in EmitPath()
/third_party/skia/include/core/
H A DSkStream.h481 bool writeToStream(SkWStream* dst) const;
486 /** Equivalent to writeToStream() followed by reset(), but may save memory use. */
489 /** Equivalent to writeToStream() followed by reset(), but may save memory use.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1128 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in llvm::MachO::TextAPIWriter
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9539 void writeToStream( std::ostream &os ) const {
9581 parser.writeToStream( os );

Completed in 26 milliseconds