Home | History | Annotate | Download | only in io

Lines Matching defs:Advance

167   // advance the stream's current position.  This will always either produce
486 // Advance the buffer by a given number of bytes.
487 void Advance(int amount);
500 // Advance(BufferSize()).
594 // buffer, but does not advance the stream's current position. This will
686 // Advance the buffer by a given number of bytes.
687 void Advance(int amount);
690 // Advance(buffer_size_).
717 Advance(1);
727 Advance(1);
778 Advance(sizeof(*value));
793 Advance(sizeof(*value));
806 Advance(1);
825 Advance(1);
834 Advance(2);
884 Advance(size);
998 inline void CodedInputStream::Advance(int amount) {
1002 inline void CodedOutputStream::Advance(int amount) {