Home | History | Annotate | Download | only in io

Lines Matching defs:ReadTag

246   GOOGLE_ATTRIBUTE_ALWAYS_INLINE uint32 ReadTag();
248 // This usually a faster alternative to ReadTag() when cutoff is a manifest
251 // the cases where ReadTag() would return 0. If the second part is true
281 // call to LastTagWas() will act as if ReadTag() had been called and returned
285 // If the last call to ReadTag() or ReadTagWithCutoff() returned the
523 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff().
525 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
936 inline uint32 CodedInputStream::ReadTag() {
1050 last_tag_ = 0; // Pretend we called ReadTag()...