HomeSort by relevance Sort by last modified time
    Searched refs:parse_null (Results 1 - 8 of 8) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpparg.h 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) { }
  /external/regex-re2/re2/
re2.h 794 static bool parse_null (const char* str, int n, void* dest);
    [all...]
re2.cc 938 bool RE2::Arg::parse_null(const char* str, int n, void* dest) { function in class:re2::RE2::Arg
    [all...]
  /external/regex-re2/util/
pcre.h 622 static bool parse_null (const char* str, int n, void* dest);
652 inline PCRE::Arg::Arg() : arg_(NULL), parser_(parse_null) { }
653 inline PCRE::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { }
pcre.cc 695 bool PCRE::Arg::parse_null(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg
    [all...]
  /external/syslinux/com32/gpllib/zzjson/
zzjson_parse.c 264 static ZZJSON *parse_null(ZZJSON_CONFIG *config) { function
284 case 'n': retval = parse_null(config); break;
  /external/mesa3d/src/gallium/tools/trace/
parse.py 256 def parse_null(self): member in class:TraceParser
  /external/pcre/pcrecpp/
pcrecpp.cc 465 bool Arg::parse_null(const char* str, int n, void* dest) { function in class:pcrecpp::Arg

Completed in 252 milliseconds