Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/nanopb/
Dpb.h570 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream) macro
573 #define PB_SET_ERROR(stream, msg) (stream->errmsg = (stream)->errmsg ? (stream)->errmsg : (msg)) macro
577 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false
/external/nanopb-c/
Dpb.h590 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream) macro
593 #define PB_SET_ERROR(stream, msg) (stream->errmsg = (stream)->errmsg ? (stream)->errmsg : (msg)) macro
597 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false