Searched refs:pb_close_string_substream (Results 1 – 9 of 9) sorted by relevance
/external/nanopb-c/ |
D | pb_decode.c | 382 bool checkreturn pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function 444 if (!pb_close_string_substream(stream, &substream)) in decode_static_field() 629 if (!pb_close_string_substream(stream, &substream)) in decode_pointer_field() 684 if (!pb_close_string_substream(stream, &substream)) in decode_callback_field() 1075 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited_noinit() 1090 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited() 1482 if (!pb_close_string_substream(stream, &substream)) in pb_dec_submessage()
|
D | pb_decode.h | 169 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/grpc-grpc/third_party/nanopb/ |
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()
|
D | pb_decode.h | 143 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/nanopb-c/examples/using_union_messages/ |
D | decode.c | 53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
|
/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/docs/ |
D | migration.rst | 40 **Changes:** *pb_close_string_substream* can now error and returns a boolean. 43 *pb_close_string_substream*.
|
D | reference.rst | 770 pb_close_string_substream section in pb_decode.h 774 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);
|