Searched refs:MethodProgress (Results 1 – 3 of 3) sorted by relevance
/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/ |
H A D | fakeit.hpp | 8501 struct MethodProgress : MethodStubbingProgress<R, arglist...> { struct in fakeit::WhenFunctor 8505 virtual ~MethodProgress() override = default; 8507 MethodProgress(MethodProgress &other) : in MethodProgress() argument 8511 MethodProgress(StubbingContext<R, arglist...> &xaction) : in MethodProgress() function 8532 … MethodProgress<R, arglist...> operator()(const StubbingContext<R, arglist...> &stubbingContext) { in operator ()() 8534 MethodProgress<R, arglist...> progress(rootWithoutConst); in operator ()()
|
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/ |
H A D | fakeit.hpp | 8506 struct MethodProgress : MethodStubbingProgress<R, arglist...> { struct in fakeit::WhenFunctor 8510 virtual ~MethodProgress() override = default; 8512 MethodProgress(MethodProgress &other) : in MethodProgress() argument 8516 MethodProgress(StubbingContext<R, arglist...> &xaction) : in MethodProgress() function 8537 … MethodProgress<R, arglist...> operator()(const StubbingContext<R, arglist...> &stubbingContext) { in operator ()() 8539 MethodProgress<R, arglist...> progress(rootWithoutConst); in operator ()()
|
/dports/multimedia/kdenlive/kdenlive-21.12.3/fuzzer/ |
H A D | fakeit_standalone.hpp | 8479 struct MethodProgress : MethodStubbingProgress<R, arglist...> { struct in fakeit::WhenFunctor 8483 virtual ~MethodProgress() override = default; 8485 MethodProgress(MethodProgress &other) : in MethodProgress() function 8489 MethodProgress(StubbingContext<R, arglist...> &xaction) : in MethodProgress() function 8510 … MethodProgress<R, arglist...> operator()(const StubbingContext<R, arglist...> &stubbingContext) { in operator ()() 8512 MethodProgress<R, arglist...> progress(rootWithoutConst); in operator ()()
|