OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKE_INTEGER_PARSER
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/
pcrecpparg.h
146
#define
MAKE_INTEGER_PARSER
(type, name) \
154
MAKE_INTEGER_PARSER
(short, short) /* */
155
MAKE_INTEGER_PARSER
(unsigned short, ushort) /* */
156
MAKE_INTEGER_PARSER
(int, int) /* Don't use semicolons */
157
MAKE_INTEGER_PARSER
(unsigned int, uint) /* after these statement */
158
MAKE_INTEGER_PARSER
(long, long) /* because they can cause */
159
MAKE_INTEGER_PARSER
(unsigned long, ulong) /* compiler warnings if */
161
MAKE_INTEGER_PARSER
(long long, longlong) /* turned up high enough. */
164
MAKE_INTEGER_PARSER
(unsigned long long, ulonglong) /* */
169
#undef
MAKE_INTEGER_PARSER
[
all
...]
/external/regex-re2/re2/
re2.h
[
all
...]
/external/regex-re2/util/
pcre.h
660
#define
MAKE_INTEGER_PARSER
(type, name) \
668
MAKE_INTEGER_PARSER
(short, short);
669
MAKE_INTEGER_PARSER
(unsigned short, ushort);
670
MAKE_INTEGER_PARSER
(int, int);
671
MAKE_INTEGER_PARSER
(unsigned int, uint);
672
MAKE_INTEGER_PARSER
(long, long);
673
MAKE_INTEGER_PARSER
(unsigned long, ulong);
674
MAKE_INTEGER_PARSER
(long long, longlong);
675
MAKE_INTEGER_PARSER
(unsigned long long, ulonglong);
677
#undef
MAKE_INTEGER_PARSER
[
all
...]
Completed in 70 milliseconds