OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PB_BYTES_ARRAY_T_ALLOCSIZE
(Results
1 - 3
of
3
) sorted by null
/external/nanopb-c/
pb.h
245
#define
PB_BYTES_ARRAY_T_ALLOCSIZE
(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes))
pb_decode.c
[
all
...]
pb_encode.c
626
PB_BYTES_ARRAY_T_ALLOCSIZE
(bytes->size) > field->data_size)
Completed in 37 milliseconds