Searched refs:otherHandle (Results 1 – 2 of 2) sorted by relevance
90 jlong handle, jlong otherHandle) { in Java_org_rocksdb_AbstractSlice_compare0() argument93 reinterpret_cast<ROCKSDB_NAMESPACE::Slice*>(otherHandle); in Java_org_rocksdb_AbstractSlice_compare0()105 jlong otherHandle) { in Java_org_rocksdb_AbstractSlice_startsWith0() argument108 reinterpret_cast<ROCKSDB_NAMESPACE::Slice*>(otherHandle); in Java_org_rocksdb_AbstractSlice_startsWith0()
179 private native int compare0(long handle, long otherHandle); in compare0() argument180 private native boolean startsWith0(long handle, long otherHandle); in startsWith0() argument