Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/file/
Dfilename.cc259 Slice rest(fname); in ParseFileName() local
261 rest.remove_prefix(1); in ParseFileName()
263 if (rest == "IDENTITY") { in ParseFileName()
266 } else if (rest == "CURRENT") { in ParseFileName()
269 } else if (rest == "LOCK") { in ParseFileName()
275 if (rest == "" || rest == ".old") { in ParseFileName()
294 if (!rest.empty()) { in ParseFileName()
305 if (!rest.empty()) { in ParseFileName()
343 if (rest.size() <= 1 || rest[0] != '.') { in ParseFileName()
346 rest.remove_prefix(1); in ParseFileName()
[all …]
/rocksdb-6.9/port/
DREADME2 rest of the package from platform details.
4 Code in the rest of the package includes "port.h" from this directory.
/rocksdb-6.9/table/block_based/
Dfilter_policy.cc722 uint16_t rest = DecodeFixed16(contents.data() + len_with_meta - 2); in GetBloomBitsReader() local
723 if (rest != 0) { in GetBloomBitsReader()
/rocksdb-6.9/
DCOPYING227 be a consequence of the rest of this License.
DHISTORY.md376 …er of old snapshots goes beyond the snapshot cache size (128 default) the rest will not be checked…
/rocksdb-6.9/build_tools/
Dgnu_parallel7484 my @rest = expand_combinations(@_);
7486 push @p, map { [$x, @$_] } @rest;