Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp.cc702 #define DEFINE_INTEGER_PARSERS(name) \ macro
716 DEFINE_INTEGER_PARSERS(short) /* */
717 DEFINE_INTEGER_PARSERS(ushort) /* */
718 DEFINE_INTEGER_PARSERS(int) /* Don't use semicolons after these */
719 DEFINE_INTEGER_PARSERS(uint) /* statements because they can cause */
720 DEFINE_INTEGER_PARSERS(long) /* compiler warnings if the checking */
721 DEFINE_INTEGER_PARSERS(ulong) /* level is turned up high enough. */
722 DEFINE_INTEGER_PARSERS(longlong) /* */
723 DEFINE_INTEGER_PARSERS(ulonglong) /* */
725 #undef DEFINE_INTEGER_PARSERS