Searched refs:pb_bytes_array_t (Results 1 – 16 of 16) sorted by relevance
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 54 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/ |
D | encode_alltypes_pointer.c | 55 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/ |
D | pb_encode.c | 247 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()
|
D | pb.h | 269 #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
|
D | pb_decode.c | 1395 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/ |
D | generate_message.c | 47 … ((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/ |
D | generate_message.c | 47 … ((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/ |
D | pb.h | 262 #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
|
D | pb_encode.c | 641 const pb_bytes_array_t *bytes = NULL; in pb_enc_bytes() 646 bytes = (const pb_bytes_array_t*)src; in pb_enc_bytes()
|
D | pb_decode.c | 1252 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/ |
D | decode_unittests.c | 28 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; in callback_check()
|
/external/nanopb-c/tests/decode_unittests/ |
D | decode_unittests.c | 28 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; in callback_check()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | migration.rst | 153 **Changes:** Dynamically allocated bytes fields now have the *pb_bytes_array_t*
|
D | reference.rst | 287 pb_bytes_array_t section in pb.h 294 } pb_bytes_array_t;
|
/external/nanopb-c/docs/ |
D | migration.rst | 197 **Changes:** Dynamically allocated bytes fields now have the *pb_bytes_array_t*
|
D | reference.rst | 297 pb_bytes_array_t section in pb.h 304 } pb_bytes_array_t;
|