Home
last modified time | relevance | path

Searched refs:pb_close_string_substream (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/
Dpb_decode.c332 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function
447 pb_close_string_substream(stream, &substream); in decode_static_field()
576 pb_close_string_substream(stream, &substream); in decode_pointer_field()
627 pb_close_string_substream(stream, &substream); in decode_callback_field()
916 pb_close_string_substream(stream, &substream); in pb_decode_delimited()
1176 pb_close_string_substream(stream, &substream); in pb_dec_submessage()
Dpb_decode.h143 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/nanopb-c/examples/using_union_messages/
Ddecode.c53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
/external/nanopb-c/docs/
Dreference.rst745 pb_close_string_substream section in pb_decode.h
749 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);