Searched defs:FullMatchN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.cc35 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2::FullMatchN> RE2::FullMatch = {};
316 bool RE2::FullMatchN(const StringPiece& text, const RE2& re, function in class:re2::RE2
/external/regex-re2/re2/
H A Dre2.cc29 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2::FullMatchN> RE2::FullMatch;
298 bool RE2::FullMatchN(const StringPiece& text, const RE2& re, function in class:re2::RE2

Completed in 104 milliseconds