Home
last modified time | relevance | path

Searched defs:append (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchTest.java517 static void append(final WriteBatch wb1, final WriteBatch wb2) { in append() method in WriteBatchTestInternalHelper
526 private static native void append(final long writeBatchHandle1, in append() method in WriteBatchTestInternalHelper
/rocksdb-6.9/java/rocksjni/
Dportal.h1507 static jobject append(JNIEnv* env, jobject jstring_builder, in append() function