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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 153 _DecodeSignedVarint = _SignedVarintDecoder((1 << 64) - 1)
352 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint)
  /external/protobuf/python/google/protobuf/internal/
decoder.py 146 _DecodeSignedVarint = _SignedVarintDecoder((1 << 64) - 1)
279 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint)

Completed in 28 milliseconds