Home
last modified time | relevance | path

Searched defs:PB_RETURN_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/docs/
Dreference.rst393 PB_RETURN_ERROR section in pb.h
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst383 PB_RETURN_ERROR section in pb.h
/external/grpc-grpc/third_party/nanopb/
Dpb.h577 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false macro
/external/nanopb-c/
Dpb.h597 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false macro