Home
last modified time | relevance | path

Searched refs:seek_to_last (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/vector/leveldb-64265815bcf1b69f30e6cb35bf687fbd6dd64afb/src/database/
H A Diterator.rs138 fn seek_to_last(&self) { in seek_to_last() method
179 self.seek_to_last(); in last()
226 self.seek_to_last(); in last()
273 self.seek_to_last(); in last()
/dports/devel/p5-IO-Async/IO-Async-0.800/examples/
H A Dtail-logfile.pl18 $self->seek_to_last( "\n" );
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/src/
H A Ddb_iterator.rs194 pub fn seek_to_last(&mut self) { in seek_to_last() method
420 self.raw.seek_to_last(); in set_mode()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/tests/
H A Dtest_raw_iterator.rs64 iter.seek_to_last(); in test_seek_last()
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DFileStream.pm352 sub seek_to_last subroutine
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D28filestream.t136 … ok( $self->seek_to_last( "\n", blocksize => 8 ), 'FileStream successfully seeks to last \n' );
/dports/sysutils/vector/vector-0.10.0/src/buffers/disk/
H A Dleveldb_buffer.rs275 iter.seek_to_last(); in build()