Home
last modified time | relevance | path

Searched refs:_DecodeError (Results 1 – 2 of 2) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py98 _DecodeError = message.DecodeError variable
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.')
396 raise _DecodeError('Truncated string.')
409 raise _DecodeError('Truncated string.')
433 raise _DecodeError('Truncated string.')
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py104 _DecodeError = message.DecodeError variable
133 raise _DecodeError('Too many bytes when decoding varint.')
160 raise _DecodeError('Too many bytes when decoding varint.')
217 raise _DecodeError('Truncated message.')
223 raise _DecodeError('Packed element was truncated.')
242 raise _DecodeError('Truncated message.')
250 raise _DecodeError('Truncated message.')
382 raise _DecodeError('Truncated message.')
400 raise _DecodeError('Packed element was truncated.')
425 raise _DecodeError('Truncated message.')
[all …]