Home
last modified time | relevance | path

Searched refs:MatcherBase (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h286 class MatcherBase {
324 MatcherBase() {} in MatcherBase() function
327 explicit MatcherBase( in MatcherBase() function
332 explicit MatcherBase(
339 virtual ~MatcherBase() {} in ~MatcherBase()
366 class Matcher : public internal::MatcherBase<T> {
375 : internal::MatcherBase<T>(impl) {} in Matcher()
381 : internal::MatcherBase<T>(impl) {}
416 : public internal::MatcherBase<std::string> {
466 : public internal::MatcherBase< ::string> {
[all …]
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp3242 struct MatchAllOf : MatcherBase<ArgT> {
3274 struct MatchAnyOf : MatcherBase<ArgT> {
3308 struct MatchNotOf : MatcherBase<ArgT> {
3323 MatchAllOf<T> MatcherBase<T>::operator && ( MatcherBase const& other ) const { in operator &&()
3327 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const { in operator ||()
3340 using Matchers::Impl::MatcherBase;
3381 struct WithinAbsMatcher : MatcherBase<double> {
3390 struct WithinUlpsMatcher : MatcherBase<double> {
3406 struct WithinRelMatcher : MatcherBase<double> {
3447 class PredicateMatcher : public MatcherBase<T> {
[all …]