Home
last modified time | relevance | path

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

/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.java875 int bytesRemaining = length; in readSkipInternal() local
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c1003 jlong bytesRemaining = (jlong) (size * maxnum); in Android_JNI_FileRead() local