Lines Matching refs:DECLARE_INTEGER_PARSER
630 #define DECLARE_INTEGER_PARSER(name) \
640 DECLARE_INTEGER_PARSER(short);
641 DECLARE_INTEGER_PARSER(ushort);
642 DECLARE_INTEGER_PARSER(int);
643 DECLARE_INTEGER_PARSER(uint);
644 DECLARE_INTEGER_PARSER(long);
645 DECLARE_INTEGER_PARSER(ulong);
646 DECLARE_INTEGER_PARSER(longlong);
647 DECLARE_INTEGER_PARSER(ulonglong);
649 #undef DECLARE_INTEGER_PARSER