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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 571 message_tag_bytes = encoder.TagBytes(3, wire_format.WIRETYPE_LENGTH_DELIMITED)
590 elif tag_bytes == message_tag_bytes:
  /external/protobuf/python/google/protobuf/internal/
decoder.py 498 message_tag_bytes = encoder.TagBytes(3, wire_format.WIRETYPE_LENGTH_DELIMITED)
516 elif tag_bytes == message_tag_bytes:

Completed in 41 milliseconds