Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc998 #define DEFINE_INTEGER_PARSER(name) \ macro
1014 DEFINE_INTEGER_PARSER(short);
1015 DEFINE_INTEGER_PARSER(ushort);
1016 DEFINE_INTEGER_PARSER(int);
1017 DEFINE_INTEGER_PARSER(uint);
1018 DEFINE_INTEGER_PARSER(long);
1019 DEFINE_INTEGER_PARSER(ulong);
1020 DEFINE_INTEGER_PARSER(longlong);
1021 DEFINE_INTEGER_PARSER(ulonglong);
1023 #undef DEFINE_INTEGER_PARSER
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc1299 #define DEFINE_INTEGER_PARSER(name) \ in GlobalReplace() macro
1314 DEFINE_INTEGER_PARSER(short) in GlobalReplace()
1315 DEFINE_INTEGER_PARSER(ushort) in GlobalReplace()
1316 DEFINE_INTEGER_PARSER(int) in GlobalReplace()
1317 DEFINE_INTEGER_PARSER(uint) in GlobalReplace()
1318 DEFINE_INTEGER_PARSER(long) in GlobalReplace()
1319 DEFINE_INTEGER_PARSER(ulong) in GlobalReplace()
1320 DEFINE_INTEGER_PARSER(longlong) in GlobalReplace()
1321 DEFINE_INTEGER_PARSER(ulonglong) in GlobalReplace()
1323 #undef DEFINE_INTEGER_PARSER in GlobalReplace()