Home
last modified time | relevance | path

Searched defs:ostream (Results 1 – 21 of 21) sorted by relevance

/nanopb-3.4.0/tests/regression/issue_242/
Dzero_value.c14 pb_ostream_t ostream; in main() local
36 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/tests/fixed_count/
Dfixed_count_unittests.c18 pb_ostream_t ostream; in main() local
64 pb_ostream_t ostream; in main() local
93 pb_ostream_t ostream; in main() local
143 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/tests/inline/
Dinline_unittests.c22 pb_ostream_t ostream = pb_ostream_from_buffer(msg1_buffer, Message1_size); in main() local
43 pb_ostream_t ostream = pb_ostream_from_buffer(msg2_buffer, Message2_size); in main() local
/nanopb-3.4.0/tests/regression/issue_253/
Dshort_array.c12 pb_ostream_t ostream = pb_ostream_from_buffer(buffer, TestMessage_size); in main() local
/nanopb-3.4.0/tests/regression/issue_504/
Dtest.c18 pb_ostream_t ostream; in main() local
51 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/tests/regression/issue_256/
Dsubmsg_array.c13 pb_ostream_t ostream = pb_ostream_from_buffer(buffer, TestMessage_size); in main() local
/nanopb-3.4.0/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-3.4.0/examples/platformio/src/
Dpio_esp32_idf.c12 pb_ostream_t ostream; in app_main() local
Dpio_with_options.c13 pb_ostream_t ostream; in main() local
Dpio_without_options.c13 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/tests/sort_by_tag/
Dsort_by_tag.c13 pb_ostream_t ostream = pb_ostream_from_buffer(buf, sizeof(buf)); in main() local
/nanopb-3.4.0/tests/regression/issue_558/
Dmixed.c14 pb_ostream_t ostream = pb_ostream_from_buffer(buf, sizeof(buf)); in main() local
/nanopb-3.4.0/tests/regression/issue_395/
Dtest.c14 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/tests/regression/issue_544/
Dsubmsg_callback.c28 pb_ostream_t ostream = pb_ostream_from_buffer(buf, sizeof(buf)); in main() local
/nanopb-3.4.0/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-3.4.0/tests/float_double_conversion/
Dfloat_double_conversion.c58 pb_ostream_t ostream; in main() local
/nanopb-3.4.0/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-3.4.0/tests/mem_release/
Dmem_release.c92 pb_ostream_t ostream = pb_ostream_from_buffer(buffer2, sizeof(buffer2)); in test_TestMessage() local
/nanopb-3.4.0/
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()