Searched refs:popSavePoint (Results 1 – 6 of 6) sorted by relevance
147 public void popSavePoint() throws RocksDBException { in popSavePoint() method in AbstractWriteBatch148 popSavePoint(nativeHandle_); in popSavePoint()211 abstract void popSavePoint(final long handle) throws RocksDBException; in popSavePoint() method in AbstractWriteBatch
290 void popSavePoint() throws RocksDBException; in popSavePoint() method
293 @Override final native void popSavePoint(final long handle) throws RocksDBException; in popSavePoint() method in WriteBatchWithIndex
259 @Override final native void popSavePoint(final long handle) throws RocksDBException; in popSavePoint() method in WriteBatch
287 public void popSavePoint() throws RocksDBException { in popSavePoint() method in WriteBatchTest300 batch.popSavePoint(); in popSavePoint()317 batch.popSavePoint(); in popSavePoint_withoutSavePoints()326 batch.popSavePoint(); in popSavePoint_withoutSavePoints_nested()329 batch.popSavePoint(); in popSavePoint_withoutSavePoints_nested()
379 public void popSavePoint() throws RocksDBException { in popSavePoint() method in WriteBatchWithIndexTest392 wbwi.popSavePoint(); in popSavePoint()406 wbwi.popSavePoint(); in popSavePoint_withoutSavePoints()415 wbwi.popSavePoint(); in popSavePoint_withoutSavePoints_nested()418 wbwi.popSavePoint(); in popSavePoint_withoutSavePoints_nested()