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

  /external/regex-re2/re2/
re2.h 776 MAKE_PARSER(StringPiece, parse_stringpiece);
800 static bool parse_stringpiece (const char* str, int n, void* dest);
    [all...]
re2.cc 949 bool RE2::Arg::parse_stringpiece(const char* str, int n, void* dest) { function in class:re2::RE2::Arg
    [all...]
  /external/regex-re2/util/
pcre.h 604 MAKE_PARSER(StringPiece, parse_stringpiece);
628 static bool parse_stringpiece (const char* str, int n, void* dest);
pcre.cc 706 bool PCRE::Arg::parse_stringpiece(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg
    [all...]

Completed in 739 milliseconds