Home | History | Annotate | Download | only in re2

Lines Matching refs:Parser

754   typedef bool (*Parser)(const char* str, int n, void* dest);
759 Arg(type* p, Parser parser) : arg_(p), parser_(parser) { } \
781 template <class T> Arg(T*, Parser parser);
792 Parser parser_;
831 // This part of the parser, appropriate only for ints, deals with bases