Home
last modified time | relevance | path

Searched defs:putBack (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-unshift-empty-chunk.js51 const putBack = Buffer.alloc(readAll ? 0 : 5, 'y'); constant
/third_party/skia/src/gpu/
DGrBufferAllocPool.h328 void putBack(int drawCount) { in putBack() function
DGrBufferAllocPool.cpp284 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool