| D | pb.h | 428 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 438 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 447 #define PB_SINGULAR_STATIC(tag, st, m, fd, ltype, ptr) \ argument 458 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 468 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 479 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument 489 #define PB_SINGULAR_POINTER(tag, st, m, fd, ltype, ptr) \ argument 499 #define PB_REPEATED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 509 #define PB_REQUIRED_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument 518 #define PB_OPTIONAL_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument [all …]
|