Searched refs:parse_null (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcrecpparg.h | 108 static bool parse_null (const char* str, int n, void* dest); 138 inline Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 139 inline Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | pcrecpparg.h.in | 108 static bool parse_null (const char* str, int n, void* dest); 138 inline Arg::Arg() : arg_(NULL), parser_(parse_null) { } 139 inline Arg::Arg(void* p) : arg_(p), parser_(parse_null) { }
|
D | pcrecpp.cc | 662 bool Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in pcrecpp::Arg
|
/external/pcre/ |
D | pcrecpparg.h | 108 static bool parse_null (const char* str, int n, void* dest); 138 inline Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 139 inline Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
|
/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
|
/external/mesa3d/src/gallium/tools/trace/ |
D | parse.py | 256 def parse_null(self): member in TraceParser
|