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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 156 _DecodeVarint32 = _VarintDecoder((1 << 32) - 1)
354 UInt32Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint32)
358 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)
  /external/protobuf/python/google/protobuf/internal/
decoder.py 149 _DecodeVarint32 = _VarintDecoder((1 << 32) - 1)
281 UInt32Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint32)
285 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)

Completed in 474 milliseconds