OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PB_LTYPE_BYTES
(Results
1 - 4
of
4
) sorted by null
/external/nanopb-c/
pb.h
150
#define
PB_LTYPE_BYTES
0x05
446
#define PB_LTYPE_MAP_BYTES
PB_LTYPE_BYTES
pb_encode.c
181
PB_LTYPE(field->type) ==
PB_LTYPE_BYTES
))
484
case
PB_LTYPE_BYTES
:
pb_decode.c
494
PB_LTYPE(iter->pos->type) ==
PB_LTYPE_BYTES
)
523
PB_LTYPE(type) ==
PB_LTYPE_BYTES
)
939
PB_LTYPE(type) ==
PB_LTYPE_BYTES
))
[
all
...]
/external/nanopb-c/tests/decode_unittests/
decode_unittests.c
172
pb_field_t f = {1,
PB_LTYPE_BYTES
, 0, 0, sizeof(d), 0, 0};
Completed in 51 milliseconds