Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h285 MatcherBase(const MatcherBase& other) in MatcherBase() function
290 MatcherBase& operator=(const MatcherBase& other) {
299 MatcherBase(MatcherBase&& other) in MatcherBase() function
304 MatcherBase& operator=(MatcherBase&& other) {
313 ~MatcherBase() override { Destroy(); } in ~MatcherBase()
358 const MatcherBase& m) { in GetDescriberImpl()
404 static const M& Get(const MatcherBase& m) { in Get()
411 static void Init(MatcherBase& m, M impl) { in Init()
420 static const M& Get(const MatcherBase& m) {
472 : internal::MatcherBase<T>(impl) {}
[all …]
/freebsd-14.2/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 …]