Searched refs:PB_RETURN_ERROR (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/tools/nanopb/
H A Dpb_decode.c103 PB_RETURN_ERROR(stream, "end-of-stream");
107 PB_RETURN_ERROR(stream, "io error");
122 PB_RETURN_ERROR(stream, "end-of-stream");
126 PB_RETURN_ERROR(stream, "io error");
206 PB_RETURN_ERROR(stream, "varint overflow");
219 PB_RETURN_ERROR(stream, "varint overflow");
242 PB_RETURN_ERROR(stream, "varint overflow");
301 default: PB_RETURN_ERROR(stream, "invalid wire_type");
319 PB_RETURN_ERROR(stream, "varint overflow");
340 default: PB_RETURN_ERROR(strea
[all...]
H A Dpb_encode.c86 PB_RETURN_ERROR(stream, "stream full");
90 PB_RETURN_ERROR(stream, "io error");
93 PB_RETURN_ERROR(stream, "io error");
118 PB_RETURN_ERROR(stream, "array max size exceeded");
142 PB_RETURN_ERROR(stream, PB_GET_ERROR(&sizestream));
343 PB_RETURN_ERROR(stream, "invalid field type");
354 PB_RETURN_ERROR(stream, "callback error");
373 PB_RETURN_ERROR(stream, "missing required field");
408 PB_RETURN_ERROR(stream, "invalid field type");
420 PB_RETURN_ERROR(strea
[all...]
H A Dpb.h743 * PB_RETURN_ERROR() sets the error and returns false from current
754 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false macro
/seL4-test-master/tools/nanopb/tests/io_errors/
H A Dio_errors.c24 PB_RETURN_ERROR(stream, "simulated");
38 PB_RETURN_ERROR(stream, "simulated");

Completed in 35 milliseconds