Searched refs:parse_null (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/util/ |
D | pcre.h | 622 static bool parse_null (const char* str, int n, void* dest); 652 inline PCRE::Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 653 inline PCRE::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | pcre.cc | 695 bool PCRE::Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in re2::PCRE::Arg
|
/external/regex-re2/re2/ |
D | re2.h | 794 static bool parse_null (const char* str, int n, void* dest); 824 inline RE2::Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 825 inline RE2::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | re2.cc | 938 bool RE2::Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in re2::RE2::Arg
|