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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h139 bool ReadTag(uint32_t *value) { function in class:woff2::Buffer
/external/chromium_org/third_party/ots/src/
H A Dots.h137 bool ReadTag(uint32_t *value) { function in class:ots::Buffer
/external/chromium_org/third_party/protobuf/python/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.py153 def ReadTag(buffer, pos): function
501 local_ReadTag = ReadTag
584 (tag_bytes, pos) = ReadTag(buffer, pos)
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h223 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
247 // call to LastTagWas() will act as if ReadTag() had been called and returned
251 // If the last call to ReadTag() returned the given value, returns true.
447 uint32 last_tag_; // result of last ReadTag().
449 // This is set true by ReadTag{Fallback/Slow}() if it is called when exactly
803 inline uint32 CodedInputStream::ReadTag() { function in class:google::protobuf::io::CodedInputStream
871 last_tag_ = 0; // Pretend we called ReadTag()...
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h239 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() { function in class:google::protobuf::io::CodedInputStream
912 last_tag_ = 0; // Pretend we called ReadTag()...

Completed in 3242 milliseconds