Searched refs:parse_null (Results 1 – 8 of 8) sorted by relevance
/external/pcre/pcrecpp/include/ |
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/syslinux/com32/gpllib/zzjson/ |
D | zzjson_parse.c | 264 static ZZJSON *parse_null(ZZJSON_CONFIG *config) { in parse_null() function 284 case 'n': retval = parse_null(config); break; in parse_value()
|
/external/mesa3d/src/gallium/tools/trace/ |
D | parse.py | 256 def parse_null(self): member in TraceParser
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 465 bool Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in pcrecpp::Arg
|