Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_wal_test.cc1044 const int jend = jstart + RecoveryTestHelper::kWALFilesCount; in TEST_F() local
1048 for (int j = jstart; j < jend; j++) { /* WAL file */ in TEST_F()
1079 const int jend = jstart + RecoveryTestHelper::kWALFilesCount; in TEST_F() local
1095 for (int j = jstart; j < jend; j++) { /* wal files */ in TEST_F()
1148 const int jend = jstart + RecoveryTestHelper::kWALFilesCount; in TEST_F() local
1154 for (int j = jstart; j < jend; j++) { /* WAL file */ in TEST_F()
1199 const int jend = jstart + RecoveryTestHelper::kWALFilesCount; in TEST_F() local
1203 for (int j = jstart; j < jend; j++) { /* wal files */ in TEST_F()
1406 const int jend = jstart + RecoveryTestHelper::kWALFilesCount; in TEST_F() local
1429 for (int j = jstart; j < jend; j++) { in TEST_F()
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2381 jbyteArray jend, jint jend_len, in Java_org_rocksdb_RocksDB_compactRange() argument
2401 env, jend, jend_len, in Java_org_rocksdb_RocksDB_compactRange()