OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecursiveMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
pattern.cc
78
return
RecursiveMatch
(s, 0, 0, true);
83
bool Pattern::
RecursiveMatch
(const std::string& s,
102
return
RecursiveMatch
(s, begin_char + sr.literal.size(),
112
if (
RecursiveMatch
(s, begin_char, subrange_index + 1, false))
119
if (
RecursiveMatch
(s, begin_char + 1, subrange_index + 1, true))
138
if (
RecursiveMatch
(s, i, subrange_index + 1, true))
pattern.h
56
bool
RecursiveMatch
(const std::string& s,
Completed in 50 milliseconds