/nanopb-3.4.0/tests/fixed_count/ |
D | fixed_count_unittests.c | 19 pb_istream_t istream; in main() local 65 pb_istream_t istream; in main() local 94 pb_istream_t istream; in main() local 144 pb_istream_t istream; in main() local
|
/nanopb-3.4.0/tests/inline/ |
D | inline_unittests.c | 24 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-3.4.0/tests/regression/issue_256/ |
D | submsg_array.c | 25 pb_istream_t istream = pb_istream_from_buffer(buffer, ostream.bytes_written); in main() local
|
/nanopb-3.4.0/tests/cxx_callback_datatype/ |
D | cxx_callback_datatype.cpp | 10 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/ |
D | pio_esp32_idf.c | 13 pb_istream_t istream; in app_main() local
|
D | pio_with_options.c | 14 pb_istream_t istream; in main() local
|
D | pio_without_options.c | 14 pb_istream_t istream; in main() local
|
/nanopb-3.4.0/tests/sort_by_tag/ |
D | sort_by_tag.c | 35 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
|
/nanopb-3.4.0/tests/regression/issue_558/ |
D | mixed.c | 32 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
|
/nanopb-3.4.0/tests/namingstyle/ |
D | test_naming_style_c.c | 61 pb_istream_t istream; in main() local
|
/nanopb-3.4.0/tests/regression/issue_544/ |
D | submsg_callback.c | 45 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main() local
|
/nanopb-3.4.0/examples/network_server/ |
D | client.c | 30 bool ListFilesResponse_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_iter_t… in ListFilesResponse_callback()
|
D | server.c | 31 bool ListFilesResponse_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_iter_t… in ListFilesResponse_callback()
|
/nanopb-3.4.0/tests/oneof_callback/ |
D | encode_oneof.c | 16 bool SubMsg3_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) in SubMsg3_callback()
|
D | decode_oneof.c | 16 bool SubMsg3_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) in SubMsg3_callback()
|
/nanopb-3.4.0/ |
D | pb_common.c | 300 bool pb_default_field_callback(pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *fiel… in pb_default_field_callback()
|