Home
last modified time | relevance | path

Searched refs:parse_null (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/
Dpcrecpparg.h108 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()
Dpcrecpparg.h.in108 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) { }
Dpcrecpp.cc662 bool Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in pcrecpp::Arg
/external/pcre/
Dpcrecpparg.h108 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/
Dpcre.h622 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()
Dpcre.cc695 bool PCRE::Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in re2::PCRE::Arg
/external/regex-re2/re2/
Dre2.h794 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()
Dre2.cc938 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/
Dparse.py256 def parse_null(self): member in TraceParser