Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
Dencode_alltypes_pointer.c54 pb_bytes_array_t *rep_bytes[5]= {NULL, NULL, NULL, NULL, (pb_bytes_array_t*)&rep_bytes_4}; in main()
124 alltypes.req_bytes = (pb_bytes_array_t*)&req_bytes; in main()
166 alltypes.opt_bytes = (pb_bytes_array_t*)&opt_bytes; in main()
/external/nanopb-c/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()
127 alltypes.req_bytes = (pb_bytes_array_t*)&req_bytes; in main()
171 alltypes.opt_bytes = (pb_bytes_array_t*)&opt_bytes; in main()
/external/nanopb-c/
Dpb_encode.c247 const pb_bytes_array_t *bytes = (const pb_bytes_array_t*)pData; in pb_check_proto3_default_value()
812 const pb_bytes_array_t *bytes = NULL; in pb_enc_bytes()
814 bytes = (const pb_bytes_array_t*)src; in pb_enc_bytes()
Dpb.h269 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes))
275 typedef struct pb_bytes_array_s pb_bytes_array_t; typedef
Dpb_decode.c1395 pb_bytes_array_t *bdest; in pb_dec_bytes()
1414 bdest = *(pb_bytes_array_t**)dest; in pb_dec_bytes()
1421 bdest = (pb_bytes_array_t*)dest; in pb_dec_bytes()
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dgenerate_message.c47 … ((pb_bytes_array_t*)iter.pData)->size %= iter.pos->data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/external/nanopb-c/tests/fuzztest/
Dgenerate_message.c47 … ((pb_bytes_array_t*)iter.pData)->size %= iter.pos->data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/external/grpc-grpc/third_party/nanopb/
Dpb.h262 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes))
268 typedef struct pb_bytes_array_s pb_bytes_array_t; typedef
Dpb_encode.c641 const pb_bytes_array_t *bytes = NULL; in pb_enc_bytes()
646 bytes = (const pb_bytes_array_t*)src; in pb_enc_bytes()
Dpb_decode.c1252 pb_bytes_array_t *bdest; in pb_dec_bytes()
1271 bdest = *(pb_bytes_array_t**)dest; in pb_dec_bytes()
1284 bdest = (pb_bytes_array_t*)dest; in pb_dec_bytes()
/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c28 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; in callback_check()
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c28 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; in callback_check()
/external/grpc-grpc/third_party/nanopb/docs/
Dmigration.rst153 **Changes:** Dynamically allocated bytes fields now have the *pb_bytes_array_t*
Dreference.rst287 pb_bytes_array_t section in pb.h
294 } pb_bytes_array_t;
/external/nanopb-c/docs/
Dmigration.rst197 **Changes:** Dynamically allocated bytes fields now have the *pb_bytes_array_t*
Dreference.rst297 pb_bytes_array_t section in pb.h
304 } pb_bytes_array_t;