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

  /external/nanopb-c/
pb_decode.c 114 PB_RETURN_ERROR(stream, "end-of-stream");
118 PB_RETURN_ERROR(stream, "io error");
133 PB_RETURN_ERROR(stream, "end-of-stream");
137 PB_RETURN_ERROR(stream, "io error");
190 PB_RETURN_ERROR(stream, "varint overflow");
213 PB_RETURN_ERROR(stream, "varint overflow");
280 default: PB_RETURN_ERROR(stream, "invalid wire_type");
310 default: PB_RETURN_ERROR(stream, "invalid wire_type");
325 PB_RETURN_ERROR(stream, "parent stream too short");
450 PB_RETURN_ERROR(stream, "array overflow")
    [all...]
pb_encode.c 91 PB_RETURN_ERROR(stream, "stream full");
95 PB_RETURN_ERROR(stream, "io error");
98 PB_RETURN_ERROR(stream, "io error");
122 PB_RETURN_ERROR(stream, "array max size exceeded");
229 PB_RETURN_ERROR(stream, "missing required field");
253 PB_RETURN_ERROR(stream, "invalid field type");
275 PB_RETURN_ERROR(stream, "callback error");
294 PB_RETURN_ERROR(stream, "invalid field type");
491 PB_RETURN_ERROR(stream, "invalid field type");
529 PB_RETURN_ERROR(stream, "stream full")
    [all...]
pb.h 503 #define PB_RETURN_ERROR(stream,msg) \
510 #define PB_RETURN_ERROR(stream,msg) \

Completed in 100 milliseconds