Home
last modified time | relevance | path

Searched refs:pb_decode_bool (Results 1 – 3 of 3) sorted by relevance

/nanopb-2.7.6/
Dpb_decode.h166 bool pb_decode_bool(pb_istream_t *stream, bool *dest);
Dpb_decode.c1327 bool pb_decode_bool(pb_istream_t *stream, bool *dest) in pb_decode_bool() function
1403 return pb_decode_bool(stream, (bool*)field->pData); in pb_dec_bool()
/nanopb-2.7.6/spm_headers/nanopb/
Dpb_decode.h166 bool pb_decode_bool(pb_istream_t *stream, bool *dest);