Searched refs:Exact_match (Results 1 – 1 of 1) sorted by relevance
1125 template <typename SubPattern_t> struct Exact_match { struct1128 Exact_match(const SubPattern_t &SP) : SubPattern(SP) {} in Exact_match() function1137 template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) { in m_Exact() argument