Searched defs:ReadTag (Results 1 - 3 of 3) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
H A Ddecoder.py160 def ReadTag(buffer, pos): function
574 local_ReadTag = ReadTag
663 (tag_bytes, pos) = ReadTag(buffer, pos)
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py175 def ReadTag(buffer, pos): function
684 local_ReadTag = ReadTag
775 (tag_bytes, pos) = ReadTag(buffer, pos)
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h239 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
241 // This usually a faster alternative to ReadTag() when cutoff is a manifest
244 // the cases where ReadTag() would return 0. If the second part is true
274 // call to LastTagWas() will act as if ReadTag() had been called and returned
278 // If the last call to ReadTag() or ReadTagWithCutoff() returned the
484 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff().
486 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
878 inline uint32 CodedInputStream::ReadTag() { function in class:google::protobuf::io::CodedInputStream
987 last_tag_ = 0; // Pretend we called ReadTag()...

Completed in 292 milliseconds