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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 572 item_end_tag_bytes = encoder.TagBytes(1, wire_format.WIRETYPE_END_GROUP)
593 elif tag_bytes == item_end_tag_bytes:
  /external/protobuf/python/google/protobuf/internal/
decoder.py 499 item_end_tag_bytes = encoder.TagBytes(1, wire_format.WIRETYPE_END_GROUP)
519 elif tag_bytes == item_end_tag_bytes:

Completed in 179 milliseconds