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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 157 _DecodeSignedVarint32 = _SignedVarintDecoder((1 << 32) - 1)
349 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint32)
  /external/protobuf/python/google/protobuf/internal/
decoder.py 150 _DecodeSignedVarint32 = _SignedVarintDecoder((1 << 32) - 1)
276 wire_format.WIRETYPE_VARINT, _DecodeSignedVarint32)

Completed in 141 milliseconds