HomeSort by relevance Sort by last modified time
    Searched defs:ReadTag (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/internal/
decoder.py 153 def ReadTag(buffer, pos):
501 local_ReadTag = ReadTag
584 (tag_bytes, pos) = ReadTag(buffer, pos)
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 223 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
    [all...]

Completed in 304 milliseconds