Home | History | Annotate | Download | only in io

Lines Matching defs:ReadTag

239   uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
263 // call to LastTagWas() will act as if ReadTag() had been called and returned
267 // If the last call to ReadTag() returned the given value, returns true.
469 uint32 last_tag_; // result of last ReadTag().
471 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
842 inline uint32 CodedInputStream::ReadTag() {
912 last_tag_ = 0; // Pretend we called ReadTag()...