Searched refs:PB_BYTES_ARRAY_T_ALLOCSIZE (Results 1 – 7 of 7) sorted by relevance
47 assert(PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) <= iter->data_size); in validate_static()129 assert(PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) <= get_allocation_size(bytes)); in validate_pointer()
30 ((pb_bytes_array_t*)iter.pData)->size %= iter.data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
333 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
1490 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
483 `PB_BYTES_ARRAY_T_ALLOCSIZE(n)`. If the data pointer was begin
312 `PB_BYTES_ARRAY_T()` and `PB_BYTES_ARRAY_T_ALLOCSIZE()`