Home
last modified time | relevance | path

Searched refs:pb_bytes_array_t (Results 1 – 10 of 10) sorted by relevance

/nanopb-3.4.0/tests/fuzztest/
Dvalidation.c46 pb_bytes_array_t *bytes = pData; in validate_static()
121 const pb_bytes_array_t *bytes = pData; in validate_pointer()
126 bytes = ((const pb_bytes_array_t**)iter->pData)[i]; in validate_pointer()
Dgenerate_message.c30 ((pb_bytes_array_t*)iter.pData)->size %= iter.data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/nanopb-3.4.0/tests/alltypes_pointer/
Dencode_alltypes_pointer.c55 pb_bytes_array_t *rep_bytes[5]= {NULL, NULL, NULL, NULL, (pb_bytes_array_t*)&rep_bytes_4}; in main()
148 alltypes.req_bytes = (pb_bytes_array_t*)&req_bytes; in main()
196 alltypes.opt_bytes = (pb_bytes_array_t*)&opt_bytes; in main()
/nanopb-3.4.0/
Dpb_encode.c298 const pb_bytes_array_t *bytes = (const pb_bytes_array_t*)field->pData; in pb_check_proto3_default_value()
857 const pb_bytes_array_t *bytes = NULL; in pb_enc_bytes()
859 bytes = (const pb_bytes_array_t*)field->pData; in pb_enc_bytes()
868 bytes->size > field->data_size - offsetof(pb_bytes_array_t, bytes)) in pb_enc_bytes()
Dpb_decode.c1500 pb_bytes_array_t *dest; in pb_dec_bytes()
1522 dest = *(pb_bytes_array_t**)field->pData; in pb_dec_bytes()
1529 dest = (pb_bytes_array_t*)field->pData; in pb_dec_bytes()
Dpb.h369 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes))
375 typedef struct pb_bytes_array_s pb_bytes_array_t; typedef
/nanopb-3.4.0/tests/decode_unittests/
Ddecode_unittests.c28 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; in callback_check()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h369 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes))
375 typedef struct pb_bytes_array_s pb_bytes_array_t; typedef
/nanopb-3.4.0/docs/
Dreference.md315 ### pb_bytes_array_t subsection
322 } pb_bytes_array_t;
Dmigration.md535 `pb_bytes_array_t` type, just like statically allocated ones.