OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HitLimit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.h
6
// The main changes are the addition of the
HitLimit
method and
252
bool
HitLimit
();
pcre.cc
6
// The main changes are the addition of the
HitLimit
method and
454
bool PCRE::
HitLimit
() {
[
all
...]
/external/regex-re2/util/
pcre.h
6
// The main changes are the addition of the
HitLimit
method and
246
bool
HitLimit
();
pcre.cc
6
// The main changes are the addition of the
HitLimit
method and
449
bool PCRE::
HitLimit
() {
[
all
...]
/external/chromium_org/third_party/re2/re2/testing/
tester.cc
428
if (re_->
HitLimit
()) {
/external/regex-re2/re2/testing/
tester.cc
428
if (re_->
HitLimit
()) {
Completed in 113 milliseconds