Home
last modified time | relevance | path

Searched refs:jentry_value (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dwrite_batch.cc160 jbyteArray jentry_value, in Java_org_rocksdb_WriteBatch_put__J_3BI_3BI() argument
170 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatch_put__J_3BI_3BI()
183 jbyteArray jentry_value, jint jentry_value_len, jlong jcf_handle) { in Java_org_rocksdb_WriteBatch_put__J_3BI_3BIJ() argument
195 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatch_put__J_3BI_3BIJ()
234 jbyteArray jentry_value, jint jentry_value_len) { in Java_org_rocksdb_WriteBatch_merge__J_3BI_3BI() argument
243 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatch_merge__J_3BI_3BI()
256 jbyteArray jentry_value, jint jentry_value_len, jlong jcf_handle) { in Java_org_rocksdb_WriteBatch_merge__J_3BI_3BIJ() argument
268 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatch_merge__J_3BI_3BIJ()
Dwrite_batch_with_index.cc90 jint jkey_len, jbyteArray jentry_value, jint jentry_value_len) { in Java_org_rocksdb_WriteBatchWithIndex_put__J_3BI_3BI() argument
100 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatchWithIndex_put__J_3BI_3BI()
113 jint jkey_len, jbyteArray jentry_value, jint jentry_value_len, in Java_org_rocksdb_WriteBatchWithIndex_put__J_3BI_3BIJ() argument
127 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatchWithIndex_put__J_3BI_3BIJ()
165 jint jkey_len, jbyteArray jentry_value, jint jentry_value_len) { in Java_org_rocksdb_WriteBatchWithIndex_merge__J_3BI_3BI() argument
175 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatchWithIndex_merge__J_3BI_3BI()
188 jint jkey_len, jbyteArray jentry_value, jint jentry_value_len, in Java_org_rocksdb_WriteBatchWithIndex_merge__J_3BI_3BIJ() argument
202 jentry_value, jentry_value_len); in Java_org_rocksdb_WriteBatchWithIndex_merge__J_3BI_3BIJ()
Dtransaction.cc359 jbyteArray jentry_value = in txn_multi_get_helper() local
361 if (jentry_value == nullptr) { in txn_multi_get_helper()
367 jentry_value, 0, static_cast<jsize>(value_parts[i].size()), in txn_multi_get_helper()
371 env->DeleteLocalRef(jentry_value); in txn_multi_get_helper()
375 env->SetObjectArrayElement(jresults, static_cast<jsize>(i), jentry_value); in txn_multi_get_helper()
376 env->DeleteLocalRef(jentry_value); in txn_multi_get_helper()
Drocksjni.cc1728 jbyteArray jentry_value = env->NewByteArray(jvalue_len); in multi_get_helper() local
1729 if (jentry_value == nullptr) { in multi_get_helper()
1735 jentry_value, 0, static_cast<jsize>(jvalue_len), in multi_get_helper()
1739 env->DeleteLocalRef(jentry_value); in multi_get_helper()
1743 env->SetObjectArrayElement(jresults, static_cast<jsize>(i), jentry_value); in multi_get_helper()
1746 env->DeleteLocalRef(jentry_value); in multi_get_helper()
1750 env->DeleteLocalRef(jentry_value); in multi_get_helper()