HomeSort by relevance Sort by last modified time
    Searched refs:parse_null (Results 1 - 4 of 4) sorted by 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...]

Completed in 297 milliseconds