Searched refs:TypedMatcherOps (Results 1 – 1 of 1) sorted by relevance
179 return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue(); in hasTypedMatcher()202 return Value->getTypedMatcher(TypedMatcherOps<T>()) in getTypedMatcher()216 template <typename T> struct TypedMatcherOps;226 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {227 TypedMatcherOps() in TypedMatcherOps() function