Home
last modified time | relevance | path

Searched defs:msglen (Results 1 – 17 of 17) sorted by relevance

/nanopb-2.7.6/tests/fuzztest/
Dfuzztest.c65 static bool do_decode(const uint8_t *buffer, size_t msglen, size_t structsize, const pb_msgdesc_t *… in do_decode()
112 static bool do_stream_decode(const uint8_t *buffer, size_t msglen, size_t fail_after, size_t struct… in do_stream_decode()
160 bool do_callback_decode(const uint8_t *buffer, size_t msglen, bool assert_success) in do_callback_decode()
198 void do_roundtrip(const uint8_t *buffer, size_t msglen, size_t structsize, const pb_msgdesc_t *msgt… in do_roundtrip()
364 static bool generate_base_message(uint8_t *buffer, size_t *msglen) in generate_base_message()
396 size_t msglen; in run_iteration() local
448 size_t msglen; in main() local
Dflakystream.c23 void flakystream_init(flakystream_t *stream, const uint8_t *buffer, size_t msglen, size_t fail_afte… in flakystream_init()
Dflakystream.h13 size_t msglen; member
Drandom_data.c176 void rand_protobuf_noise(uint8_t *buffer, size_t bufsize, size_t *msglen) in rand_protobuf_noise()
/nanopb-2.7.6/tests/regression/issue_229/
Dmultiple_oneof.c10 size_t msglen; in main() local
/nanopb-2.7.6/tests/proto3_optional/
Doptional.c10 size_t msglen; in main() local
/nanopb-2.7.6/tests/sort_by_tag/
Dsort_by_tag.c9 size_t msglen; in main() local
/nanopb-2.7.6/tests/regression/issue_558/
Dmixed.c11 size_t msglen; in main() local
/nanopb-2.7.6/tests/regression/issue_363/
Dtest_oneofmsg.c13 pb_size_t msglen = 0; in main() local
/nanopb-2.7.6/tests/regression/issue_376/
Dtest_fixarray.c13 pb_size_t msglen = 0; in main() local
/nanopb-2.7.6/tests/regression/issue_407/
Dtest_extensions.c10 size_t msglen; in main() local
/nanopb-2.7.6/tests/regression/issue_544/
Dsubmsg_callback.c25 size_t msglen; in main() local
/nanopb-2.7.6/tests/regression/issue_342/
Dtest_extensions.c19 pb_size_t msglen = 0; in main() local
/nanopb-2.7.6/tests/regression/issue_249/
Dtest.c37 pb_size_t msglen; in main() local
/nanopb-2.7.6/tests/float_double_conversion/
Dfloat_double_conversion.c35 size_t msglen; in main() local
/nanopb-2.7.6/tests/io_errors/
Dio_errors.c49 size_t msglen; in main() local
/nanopb-2.7.6/
Dpb_decode.c142 pb_istream_t pb_istream_from_buffer(const pb_byte_t *buf, size_t msglen) in pb_istream_from_buffer()