OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNoMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
compile.cc
302
static bool
IsNoMatch
(Frag a) {
308
if (
IsNoMatch
(a) ||
IsNoMatch
(b))
333
if (
IsNoMatch
(a))
335
if (
IsNoMatch
(b))
[
all
...]
/external/regex-re2/re2/
compile.cc
301
static bool
IsNoMatch
(Frag a) {
307
if (
IsNoMatch
(a) ||
IsNoMatch
(b))
332
if (
IsNoMatch
(a))
334
if (
IsNoMatch
(b))
[
all
...]
Completed in 129 milliseconds