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