Home
last modified time | relevance | path

Searched refs:PB_WT_PACKED (Results 1 – 4 of 4) sorted by relevance

/nanopb-3.4.0/
Dpb_decode.c400 if (wire_type != PB_WT_VARINT && wire_type != PB_WT_PACKED) in decode_basic_field()
408 if (wire_type != PB_WT_VARINT && wire_type != PB_WT_PACKED) in decode_basic_field()
414 if (wire_type != PB_WT_32BIT && wire_type != PB_WT_PACKED) in decode_basic_field()
420 if (wire_type != PB_WT_64BIT && wire_type != PB_WT_PACKED) in decode_basic_field()
493 if (!decode_basic_field(&substream, PB_WT_PACKED, field)) in decode_static_field()
715 if (!decode_basic_field(&substream, PB_WT_PACKED, field)) in decode_pointer_field()
Dpb.h417 PB_WT_PACKED = 255 /* PB_WT_PACKED is internal marker for packed arrays. */ enumerator
DCHANGELOG.txt47 Move PB_WT_PACKED definition to the header to fix compiler warnings (#671)
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h417 PB_WT_PACKED = 255 /* PB_WT_PACKED is internal marker for packed arrays. */ enumerator