Searched refs:last_tag_ (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h447 uint32 last_tag_; // result of last ReadTag(). member in class:google::protobuf::io::CodedInputStream
516 // Fallback/slow methods for reading tags. These do not update last_tag_,
805 last_tag_ = buffer_[0];
807 return last_tag_;
809 last_tag_ = ReadTagFallback();
810 return last_tag_;
815 return last_tag_ == expected;
871 last_tag_ = 0; // Pretend we called ReadTag()...
1044 last_tag_(0),
1065 last_tag_(
[all...]

Completed in 23 milliseconds