RecursiveMatch 112 tools/gn/pattern.cc return RecursiveMatch(s, 0, 0, true); RecursiveMatch 136 tools/gn/pattern.cc return RecursiveMatch(s, begin_char + sr.literal.size(), RecursiveMatch 146 tools/gn/pattern.cc if (RecursiveMatch(s, begin_char, subrange_index + 1, false)) RecursiveMatch 153 tools/gn/pattern.cc if (RecursiveMatch(s, begin_char + 1, subrange_index + 1, true)) RecursiveMatch 172 tools/gn/pattern.cc if (RecursiveMatch(s, i, subrange_index + 1, true)) RecursiveMatch 58 tools/gn/pattern.h bool RecursiveMatch(const std::string& s,