OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesString
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
pattern_unittest.cc
57
bool result = pattern.
MatchesString
(c.candidate);
pattern.h
51
bool
MatchesString
(const std::string& s) const;
81
bool
MatchesString
(const std::string& s) const;
pattern.cc
66
bool Pattern::
MatchesString
(const std::string& s) const {
177
bool PatternList::
MatchesString
(const std::string& s) const {
179
if (patterns_[i].
MatchesString
(s))
187
return
MatchesString
(v.string_value());
Completed in 142 milliseconds