Searched refs:pb_decode_delimited (Results 1 – 14 of 14) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.h | 86 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
|
D | CHANGELOG.txt | 143 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
|
D | pb_decode.c | 957 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct) in pb_decode_delimited() function
|
/external/nanopb-c/examples/network_server/ |
D | client.c | 89 if (!pb_decode_delimited(&input, ListFilesResponse_fields, &response)) in listdir()
|
D | server.c | 73 if (!pb_decode_delimited(&input, ListFilesRequest_fields, &request)) in handle_connection()
|
/external/nanopb-c/ |
D | pb_decode.h | 86 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
|
D | CHANGELOG.txt | 204 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
|
D | pb_decode.c | 1080 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct) in pb_decode_delimited() function
|
/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/ |
D | decode_unittests.c | 314 pb_decode_delimited(&s, IntegerContainer_fields, &dest)) && in main()
|
/external/nanopb-c/tests/decode_unittests/ |
D | decode_unittests.c | 369 pb_decode_delimited(&s, IntegerContainer_fields, &dest)) && in main()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 646 pb_decode_delimited section in pb_decode.h 650 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
|
D | concepts.rst | 375 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…
|
/external/nanopb-c/docs/ |
D | reference.rst | 656 pb_decode_delimited section in pb_decode.h 660 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
|
D | concepts.rst | 400 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…
|