Searched refs:current_pos (Results 1 – 9 of 9) sorted by relevance
51 const std::streampos current_pos = is.tellg(); in stream_length() local55 is.seekg(current_pos, std::ios::beg); in stream_length()58 is.seekg(current_pos, std::ios::beg); in stream_length()
93 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()282 virtual uint64_t current_pos() const = 0;343 uint64_t current_pos() const override { return pos; } in current_pos() function448 uint64_t current_pos() const override { return OS.size(); } in current_pos() function472 uint64_t current_pos() const override;498 uint64_t current_pos() const override;
33 uint64_t current_pos() const override;
89 uint64_t current_pos() const override { in current_pos() function
64 uint64_t current_pos() const override { in current_pos() function
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
789 uint64_t raw_svector_ostream::current_pos() const { in current_pos() function in raw_svector_ostream814 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
945 journal_pos_t current_pos; in journal_find() local957 current_pos = j->header.begin; in journal_find()958 index_find(j, serial, ¤t_pos); in journal_find()960 while (current_pos.serial != serial) { in journal_find()961 if (DNS_SERIAL_GT(current_pos.serial, serial)) in journal_find()963 result = journal_next(j, ¤t_pos); in journal_find()967 *pos = current_pos; in journal_find()2092 journal_pos_t current_pos; in dns_journal_compact() local2176 current_pos = best_guess; in dns_journal_compact()2177 while (current_pos.serial != serial) { in dns_journal_compact()[all …]
140 uint64_t current_pos() const override { return Count; } in getEmitSize()