Home
last modified time | relevance | path

Searched refs:PCRE_DECLARE_INTEGER_PARSER (Results 1 – 1 of 1) sorted by relevance

/external/pcre/pcrecpp/include/
Dpcrecpparg.h116 #define PCRE_DECLARE_INTEGER_PARSER(name) \ macro
126 PCRE_DECLARE_INTEGER_PARSER(short);
127 PCRE_DECLARE_INTEGER_PARSER(ushort);
128 PCRE_DECLARE_INTEGER_PARSER(int);
129 PCRE_DECLARE_INTEGER_PARSER(uint);
130 PCRE_DECLARE_INTEGER_PARSER(long);
131 PCRE_DECLARE_INTEGER_PARSER(ulong);
132 PCRE_DECLARE_INTEGER_PARSER(longlong);
133 PCRE_DECLARE_INTEGER_PARSER(ulonglong);
135 #undef PCRE_DECLARE_INTEGER_PARSER