Searched refs:PB_HTYPE_REQUIRED (Results 1 - 3 of 3) sorted by relevance

/external/nanopb-c/
H A Dpb.h170 #define PB_HTYPE_REQUIRED 0x00 macro
386 {tag, PB_ATYPE_STATIC | PB_HTYPE_REQUIRED | ltype, \
406 {tag, PB_ATYPE_POINTER | PB_HTYPE_REQUIRED | ltype, \
422 {tag, PB_ATYPE_CALLBACK | PB_HTYPE_REQUIRED | ltype, \
H A Dpb_decode.c369 if (PB_HTYPE(iter->pos->type) == PB_HTYPE_REQUIRED)
419 case PB_HTYPE_REQUIRED:
520 case PB_HTYPE_REQUIRED:
850 if (PB_HTYPE(iter.pos->type) == PB_HTYPE_REQUIRED
875 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0)
H A Dpb_encode.c227 case PB_HTYPE_REQUIRED:

Completed in 94 milliseconds