Home | History | Annotate | Download | only in Support

Lines Matching defs:current_pos

84   uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
252 /// current_pos - Return the current position within the stream, not
254 virtual uint64_t current_pos() const = 0;
313 /// current_pos - Return the current position within the stream, not
315 virtual uint64_t current_pos() const { return pos; }
430 /// current_pos - Return the current position within the stream, not
432 virtual uint64_t current_pos() const { return OS.size(); }
454 /// current_pos - Return the current position within the stream, not
456 virtual uint64_t current_pos() const;
480 /// current_pos - Return the current position within the stream, not
482 virtual uint64_t current_pos() const;