Searched refs:rest (Results 1 – 6 of 6) sorted by relevance
259 Slice rest(fname); in ParseFileName() local261 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 …]
2 rest of the package from platform details.4 Code in the rest of the package includes "port.h" from this directory.
722 uint16_t rest = DecodeFixed16(contents.data() + len_with_meta - 2); in GetBloomBitsReader() local723 if (rest != 0) { in GetBloomBitsReader()
227 be a consequence of the rest of this License.
376 …er of old snapshots goes beyond the snapshot cache size (128 default) the rest will not be checked…
7484 my @rest = expand_combinations(@_);7486 push @p, map { [$x, @$_] } @rest;