Home
last modified time | relevance | path

Searched defs:MatchAllOf (Results 1 – 25 of 122) sorted by relevance

12345

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_matchers.hpp56 struct MatchAllOf : MatcherBase<ArgT> { struct
57 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
64 virtual std::string describe() const CATCH_OVERRIDE { in describe()
77 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
82 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_matchers.hpp56 struct MatchAllOf : MatcherBase<ArgT> { struct
57 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
64 virtual std::string describe() const CATCH_OVERRIDE { in describe()
77 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
82 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/catch-1.12.0/catch/
H A Dcatch.hpp1074 struct MatchAllOf : MatcherBase<ArgT> { struct
1075 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1082 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1095 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1100 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/single_include/
H A Dcatch.hpp1074 struct MatchAllOf : MatcherBase<ArgT> { struct
1075 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1082 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1095 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1100 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/databases/soci/soci-4.0.1/tests/
H A Dcatch.hpp1068 struct MatchAllOf : MatcherBase<ArgT> { struct
1069 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1076 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1089 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1094 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/catch/catch2/
H A Dcatch.hpp2330 struct MatchAllOf : MatcherBase<ArgT> { struct
2331 bool match( ArgT const& arg ) const override { in match()
2338 std::string describe() const override { in describe()
2354 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2359 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/third-party/
H A Dcatch.hpp2330 struct MatchAllOf : MatcherBase<ArgT> { struct
2331 bool match( ArgT const& arg ) const override { in match()
2338 std::string describe() const override { in describe()
2354 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2359 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/science/py-segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp2285 struct MatchAllOf : MatcherBase<ArgT> { struct
2286 bool match( ArgT const& arg ) const override { in match()
2293 std::string describe() const override { in describe()
2309 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2314 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/single_include/
H A Dcatch.hpp1072 struct MatchAllOf : MatcherBase<ArgT> { struct
1073 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1080 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1093 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1098 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A Dcatch.hpp2025 struct MatchAllOf : MatcherBase<ArgT> { struct
2026 bool match( ArgT const& arg ) const override { in match()
2033 std::string describe() const override { in describe()
2049 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2054 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/include/test/
H A Dcatch.hpp1049 struct MatchAllOf : MatcherBase<ArgT> { struct
1050 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1057 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1070 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1075 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/math/clasp/clasp-3.3.5/libpotassco/tests/
H A Dcatch.hpp1060 struct MatchAllOf : MatcherBase<ArgT> { struct
1061 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1068 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1081 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1086 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/math/clasp/clasp-3.3.5/tests/
H A Dcatch.hpp1068 struct MatchAllOf : MatcherBase<ArgT> { struct
1069 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1076 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1089 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1094 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dcatch.hpp2214 struct MatchAllOf : MatcherBase<ArgT> { struct
2215 bool match( ArgT const& arg ) const override { in match()
2222 std::string describe() const override { in describe()
2238 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2243 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/cad/librepcb/librepcb-0.1.6/libs/optional/tests/
H A Dcatch.hpp2025 struct MatchAllOf : MatcherBase<ArgT> { struct
2026 bool match( ArgT const& arg ) const override { in match()
2033 std::string describe() const override { in describe()
2049 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2054 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/test/
H A Dcatch.hpp1041 struct MatchAllOf : MatcherBase<ArgT> { struct
1042 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1049 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1062 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1067 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/editors/xmlcopyeditor/xmlcopyeditor/tests/
H A Dcatch.hpp1074 struct MatchAllOf : MatcherBase<ArgT> { struct
1075 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1082 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1095 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1100 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/science/pcmsolver/pcmsolver-1.3.0/external/Catch/
H A Dcatch.hpp1074 struct MatchAllOf : MatcherBase<ArgT> { struct
1075 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1082 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1095 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1100 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/editors/textadept/scintilla/test/unit/
H A Dcatch.hpp2025 struct MatchAllOf : MatcherBase<ArgT> { struct
2026 bool match( ArgT const& arg ) const override { in match()
2033 std::string describe() const override { in describe()
2049 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
2054 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/tests/catch/
H A Dcatch.hpp1066 struct MatchAllOf : MatcherBase<ArgT> { struct
1067 virtual bool match( ArgT const& arg ) const CATCH_OVERRIDE { in match()
1074 virtual std::string describe() const CATCH_OVERRIDE { in describe()
1087 MatchAllOf<ArgT>& operator && ( MatcherBase<ArgT> const& other ) { in operator &&()
1092 std::vector<MatcherBase<ArgT> const*> m_matchers;

12345