Searched refs:const_context (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Donepass.cc208 const StringPiece& const_context,
230 StringPiece context = const_context;
207 SearchOnePass(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
H A Dnfa.cc400 bool NFA::Search(const StringPiece& text, const StringPiece& const_context, argument
406 StringPiece context = const_context;
H A Ddfa.cc1823 bool Prog::SearchDFA(const StringPiece& text, const StringPiece& const_context, argument
1828 StringPiece context = const_context;

Completed in 60 milliseconds