Searched refs:bufferOffset (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RocksIterator.java | 116 private native int keyDirect0(long handle, ByteBuffer buffer, int bufferOffset, int bufferLen); in keyDirect0() argument 117 private native int valueDirect0(long handle, ByteBuffer buffer, int bufferOffset, int bufferLen); in valueDirect0() argument
|
| D | SstFileReaderIterator.java | 112 private native int keyDirect0(long handle, ByteBuffer buffer, int bufferOffset, int bufferLen); in keyDirect0() argument 113 private native int valueDirect0(long handle, ByteBuffer buffer, int bufferOffset, int bufferLen); in valueDirect0() argument
|