Home
last modified time | relevance | path

Searched defs:istream (Results 1 – 12 of 12) sorted by relevance

/nanopb-2.7.6/tests/fixed_count/
Dfixed_count_unittests.c18 pb_istream_t istream; in main() local
64 pb_istream_t istream; in main() local
93 pb_istream_t istream; in main() local
/nanopb-2.7.6/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main() local
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main() local
/nanopb-2.7.6/tests/regression/issue_256/
Dsubmsg_array.c25 pb_istream_t istream = pb_istream_from_buffer(buffer, ostream.bytes_written); in main() local
/nanopb-2.7.6/tests/cxx_callback_datatype/
Dcxx_callback_datatype.cpp10 bool TestMessage_submessages_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_… in TestMessage_submessages_callback()
36 bool TestMessage_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) in TestMessage_callback()
/nanopb-2.7.6/tests/sort_by_tag/
Dsort_by_tag.c35 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
/nanopb-2.7.6/tests/regression/issue_558/
Dmixed.c32 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
/nanopb-2.7.6/tests/regression/issue_544/
Dsubmsg_callback.c45 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
/nanopb-2.7.6/examples/network_server/
Dclient.c30 bool ListFilesResponse_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_iter_t… in ListFilesResponse_callback()
Dserver.c31 bool ListFilesResponse_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_iter_t… in ListFilesResponse_callback()
/nanopb-2.7.6/tests/oneof_callback/
Dencode_oneof.c16 bool SubMsg3_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) in SubMsg3_callback()
Ddecode_oneof.c16 bool SubMsg3_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) in SubMsg3_callback()
/nanopb-2.7.6/
Dpb_common.c300 bool pb_default_field_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *fiel… in pb_default_field_callback()