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

/external/nanopb-c/
H A Dpb.h179 #define PB_ATYPE_CALLBACK 0x40 macro
422 {tag, PB_ATYPE_CALLBACK | PB_HTYPE_REQUIRED | ltype, \
426 {tag, PB_ATYPE_CALLBACK | PB_HTYPE_OPTIONAL | ltype, \
430 {tag, PB_ATYPE_CALLBACK | PB_HTYPE_REPEATED | ltype, \
441 {tag, PB_ATYPE_CALLBACK | PB_HTYPE_OPTIONAL | ltype, \
H A Dpb_decode.c658 case PB_ATYPE_CALLBACK:
786 else if (PB_ATYPE(type) == PB_ATYPE_CALLBACK)
H A Dpb_encode.c290 case PB_ATYPE_CALLBACK:

Completed in 73 milliseconds