Searched refs:pb_close_string_substream (Results 1 – 10 of 10) sorted by relevance
/external/nanopb-c/ |
D | pb_decode.c | 387 bool checkreturn pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function 449 if (!pb_close_string_substream(stream, &substream)) in decode_static_field() 651 if (!pb_close_string_substream(stream, &substream)) in decode_pointer_field() 711 if (!pb_close_string_substream(stream, &substream)) in decode_callback_field() 1102 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited_noinit() 1117 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited() 1538 if (!pb_close_string_substream(stream, &substream)) in pb_dec_submessage()
|
D | pb_decode.h | 172 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.h | 143 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
D | pb_decode.c | 336 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function 387 pb_close_string_substream(stream, &substream); in decode_static_field() 571 pb_close_string_substream(stream, &substream); in decode_pointer_field() 625 pb_close_string_substream(stream, &substream); in decode_callback_field() 966 pb_close_string_substream(stream, &substream); in pb_decode_delimited() 1345 pb_close_string_substream(stream, &substream); in pb_dec_submessage()
|
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/ |
D | decode.c | 53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
|
/external/nanopb-c/examples/using_union_messages/ |
D | decode.c | 53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
|
/external/nanopb-c/spm_headers/nanopb/ |
D | pb_decode.h | 172 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/nanopb-c/docs/ |
D | migration.rst | 73 **Changes:** *pb_close_string_substream* can now error and returns a boolean. 76 *pb_close_string_substream*.
|
D | reference.rst | 774 pb_close_string_substream section in pb_decode.h 778 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 760 pb_close_string_substream section in pb_decode.h 764 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|