Searched refs:TypedMatcherOps (Results 1 – 1 of 1) sorted by relevance
178 return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue(); in hasTypedMatcher()201 return Value->getTypedMatcher(TypedMatcherOps<T>()) in getTypedMatcher()214 template <typename T> struct TypedMatcherOps;224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {225 TypedMatcherOps() in TypedMatcherOps() function