Home
last modified time | relevance | path

Searched refs:otherHandle (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dslice.cc90 jlong handle, jlong otherHandle) { in Java_org_rocksdb_AbstractSlice_compare0() argument
93 reinterpret_cast<ROCKSDB_NAMESPACE::Slice*>(otherHandle); in Java_org_rocksdb_AbstractSlice_compare0()
105 jlong otherHandle) { in Java_org_rocksdb_AbstractSlice_startsWith0() argument
108 reinterpret_cast<ROCKSDB_NAMESPACE::Slice*>(otherHandle); in Java_org_rocksdb_AbstractSlice_startsWith0()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractSlice.java179 private native int compare0(long handle, long otherHandle); in compare0() argument
180 private native boolean startsWith0(long handle, long otherHandle); in startsWith0() argument