Home
last modified time | relevance | path

Searched refs:DEFINE_INTEGER_PARSERS (Results 1 – 3 of 3) 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
/external/regex-re2/util/
Dpcre.cc936 #define DEFINE_INTEGER_PARSERS(name) \ macro
950 DEFINE_INTEGER_PARSERS(short);
951 DEFINE_INTEGER_PARSERS(ushort);
952 DEFINE_INTEGER_PARSERS(int);
953 DEFINE_INTEGER_PARSERS(uint);
954 DEFINE_INTEGER_PARSERS(long);
955 DEFINE_INTEGER_PARSERS(ulong);
956 DEFINE_INTEGER_PARSERS(longlong);
957 DEFINE_INTEGER_PARSERS(ulonglong);
959 #undef DEFINE_INTEGER_PARSERS
/external/regex-re2/re2/
Dre2.cc1184 #define DEFINE_INTEGER_PARSERS(name) \ macro
1198 DEFINE_INTEGER_PARSERS(short);
1199 DEFINE_INTEGER_PARSERS(ushort);
1200 DEFINE_INTEGER_PARSERS(int);
1201 DEFINE_INTEGER_PARSERS(uint);
1202 DEFINE_INTEGER_PARSERS(long);
1203 DEFINE_INTEGER_PARSERS(ulong);
1204 DEFINE_INTEGER_PARSERS(longlong);
1205 DEFINE_INTEGER_PARSERS(ulonglong);
1207 #undef DEFINE_INTEGER_PARSERS