Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/xml/
DSkXMLWriter.cpp58 void SkXMLWriter::doEnd(Elem* elem) { in doEnd() function in SkXMLWriter
239 doEnd(elem); in onEndElement()
287 this->doEnd(elem); in onEndElement()
DSkXMLWriter.h52 void doEnd(Elem* elem);
/third_party/skia/src/xml/
DSkXMLWriter.cpp58 void SkXMLWriter::doEnd(Elem* elem) { in doEnd() function in SkXMLWriter
234 doEnd(elem); in onEndElement()
296 this->doEnd(elem); in onEndElement()
DSkXMLWriter.h52 void doEnd(Elem* elem);
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_readable.js517 var doEnd = (!pipeOpts || pipeOpts.end !== false) &&
521 var endFn = doEnd ? onend : cleanup;
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_readable.js628 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
629 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_readable.js559 …var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.s…
561 var endFn = doEnd ? onend : unpipe;
/third_party/node/lib/internal/streams/
Dreadable.js647 const doEnd = (!pipeOpts || pipeOpts.end !== false) &&
651 const endFn = doEnd ? onend : unpipe;