Searched refs:pb_make_string_substream (Results 1 – 8 of 8) sorted by relevance
/external/nanopb-c/ |
D | pb_decode.c | 367 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function 428 if (!pb_make_string_substream(stream, &substream)) in decode_static_field() 590 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field() 675 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field() 1070 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited_noinit() 1085 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited() 1469 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
|
D | pb_decode.h | 168 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.c | 321 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function 374 if (!pb_make_string_substream(stream, &substream)) in decode_static_field() 532 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field() 616 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field() 962 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited() 1332 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
|
D | pb_decode.h | 142 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/external/nanopb-c/examples/using_union_messages/ |
D | decode.c | 49 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
|
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/ |
D | decode.c | 49 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 748 pb_make_string_substream section in pb_decode.h 752 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream); 762 Close the substream created with `pb_make_string_substream`_. ::
|
/external/nanopb-c/docs/ |
D | reference.rst | 758 pb_make_string_substream section in pb_decode.h 762 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream); 772 Close the substream created with `pb_make_string_substream`_. ::
|