Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb_decode.h160 bool pb_decode_bool(pb_istream_t *stream, bool *dest);
Dpb_decode.c1345 bool pb_decode_bool(pb_istream_t *stream, bool *dest) in pb_decode_bool() function
1421 return pb_decode_bool(stream, (bool*)field->pData); in pb_dec_bool()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_decode.h160 bool pb_decode_bool(pb_istream_t *stream, bool *dest);