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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 98 _DecodeError = message.DecodeError
124 raise _DecodeError('Too many bytes when decoding varint.')
148 raise _DecodeError('Too many bytes when decoding varint.')
200 raise _DecodeError('Truncated message.')
206 raise _DecodeError('Packed element was truncated.')
225 raise _DecodeError('Truncated message.')
233 raise _DecodeError('Truncated message.')
269 # it to _DecodeError -- this way we don't have to set up exception-
308 # it to _DecodeError -- this way we don't have to set up exception-
338 # it to _DecodeError -- this way we don't have to set up exception
    [all...]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 91 _DecodeError = message.DecodeError
117 raise _DecodeError('Too many bytes when decoding varint.')
141 raise _DecodeError('Too many bytes when decoding varint.')
193 raise _DecodeError('Truncated message.')
199 raise _DecodeError('Packed element was truncated.')
218 raise _DecodeError('Truncated message.')
226 raise _DecodeError('Truncated message.')
262 # it to _DecodeError -- this way we don't have to set up exception-
323 raise _DecodeError('Truncated string.')
336 raise _DecodeError('Truncated string.'
    [all...]

Completed in 479 milliseconds