HomeSort by relevance Sort by last modified time
    Searched refs:PB_HTYPE_REQUIRED (Results 1 - 3 of 3) sorted by null

  /external/nanopb-c/
pb.h 170 #define PB_HTYPE_REQUIRED 0x00
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, \
pb_decode.c 369 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)
    [all...]
pb_encode.c 227 case PB_HTYPE_REQUIRED:

Completed in 1644 milliseconds