Searched refs:pb_make_string_substream (Results 1 – 6 of 6) sorted by relevance
/nanopb-2.7.6/examples/using_union_messages/ |
D | decode.c | 48 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
|
/nanopb-2.7.6/ |
D | pb_decode.h | 192 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
D | pb_decode.c | 359 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function 486 if (!pb_make_string_substream(stream, &substream)) in decode_static_field() 672 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field() 753 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field() 1153 if (!pb_make_string_substream(stream, &substream)) in pb_decode_ex() 1574 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
|
/nanopb-2.7.6/spm_headers/nanopb/ |
D | pb_decode.h | 192 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/nanopb-2.7.6/tests/raw_decode/ |
D | raw_decode.c | 142 if (!pb_make_string_substream(stream, &substream)) in raw_decode()
|
/nanopb-2.7.6/docs/ |
D | reference.md | 939 #### pb_make_string_substream subsubsection 944 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream); 959 [pb_make_string_substream](#pb_make_string_substream).
|