Home
last modified time | relevance | path

Searched defs:bytesRemaining (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/m133/src/codec/
DSkJpegSegmentScan.cpp36 size_t bytesRemaining = size; in onBytes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h186 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
DBinaryStreamReader.h257 uint32_t bytesRemaining() const { return getLength() - getOffset(); } in bytesRemaining() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h247 Optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const { in bytesRemaining() function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java217 int bytesRemaining = BUFFER_SIZE; in filter() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java860 int bytesRemaining = length; in readSkipInternal() local