SearchBitState 299 third_party/re2/re2/prog.h bool SearchBitState(const StringPiece& text, const StringPiece& context, SearchBitState 770 third_party/re2/re2/re2.cc if (!prog_->SearchBitState(subtext1, text, anchor, SearchBitState 108 third_party/re2/re2/testing/regexp_benchmark.cc SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, SearchBitState 325 third_party/re2/re2/testing/regexp_benchmark.cc void Search_Success1_BitState(int i, int n) { SearchSuccess(i, n, ".*.$", SearchBitState); } SearchBitState 360 third_party/re2/re2/testing/regexp_benchmark.cc void Search_Digits_BitState(int i) { SearchDigits(i, SearchBitState); } SearchBitState 854 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0), SearchBitState 941 third_party/re2/re2/testing/regexp_benchmark.cc CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0), SearchBitState 1009 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchBitState(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 4)); SearchBitState 1079 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchBitState(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 4)); SearchBitState 1152 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchBitState(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 2)); SearchBitState 1209 third_party/re2/re2/testing/regexp_benchmark.cc CHECK(prog->SearchBitState(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 2)); SearchBitState 372 third_party/re2/re2/testing/tester.cc result->matched = prog_->SearchBitState(text, context, anchor, kind_,