Home | History | Annotate | Download | only in testing

Lines Matching refs:no_match

190   string no_match = DeBruijnString(n);
191 string match = no_match + "0";
214 matched = prog->SearchDFA(no_match, NULL,
234 // and no_match, which should not.
238 const StringPiece& no_match)
239 : prog_(prog), match_(match), no_match_(no_match) {}
269 string no_match = DeBruijnString(n);
270 string match = no_match + "0";
277 SearchThread* t = new SearchThread(prog, match, no_match);
294 SearchThread *t = new SearchThread(prog, match, no_match);