Home
last modified time | relevance | path

Searched defs:UnexpectedMethodCallException (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/
H A Dfakeit.hpp1004 struct UnexpectedMethodCallException : public FakeitException { struct
1006 UnexpectedMethodCallException(std::string format) : in UnexpectedMethodCallException() argument
1010 virtual std::string what() const override { in what()
1015 std::string _format;
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dfakeit.hpp1015 struct UnexpectedMethodCallException : public FakeitException { struct
1017 UnexpectedMethodCallException(std::string format) : in UnexpectedMethodCallException() argument
1021 virtual std::string what() const override { in what()
1026 std::string _format;
/dports/multimedia/kdenlive/kdenlive-21.12.3/fuzzer/
H A Dfakeit_standalone.hpp1008 struct UnexpectedMethodCallException : public FakeitException { struct
1010 UnexpectedMethodCallException(std::string format) : in UnexpectedMethodCallException() argument
1014 virtual std::string what() const override { in what()
1019 std::string _format;