Home
last modified time | relevance | path

Searched refs:copy_throwable (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/test/
H A Dargs-test.cc149 struct copy_throwable { struct
150 copy_throwable() {} in copy_throwable() function
151 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() argument
155 template <> struct formatter<copy_throwable> {
159 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
169 store.push_back(copy_throwable()); in TEST()
/dports/devel/libfmt/fmt-8.0.1/test/
H A Dargs-test.cc149 struct copy_throwable { struct
150 copy_throwable() {} in copy_throwable() argument
151 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() argument
155 template <> struct formatter<copy_throwable> {
159 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
169 store.push_back(copy_throwable()); in TEST()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/test/
H A Dcore-test.cc480 struct copy_throwable { struct
481 copy_throwable() {} in copy_throwable() function
482 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() function
486 template <> struct formatter<copy_throwable> {
490 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
500 store.push_back(copy_throwable()); in TEST()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dcore-test.cc480 struct copy_throwable { struct
481 copy_throwable() {} in copy_throwable() function
482 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() function
486 template <> struct formatter<copy_throwable> {
490 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
500 store.push_back(copy_throwable()); in TEST()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dcore-test.cc480 struct copy_throwable { struct
481 copy_throwable() {} in copy_throwable() function
482 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() argument
486 template <> struct formatter<copy_throwable> {
490 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
500 store.push_back(copy_throwable()); in TEST()
/dports/emulators/citra/citra-ac98458e0/externals/fmt/test/
H A Dcore-test.cc528 struct copy_throwable { struct
529 copy_throwable() {} in copy_throwable() function
530 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() argument
534 template <> struct formatter<copy_throwable> {
538 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
548 store.push_back(copy_throwable()); in TEST()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/test/
H A Dcore-test.cc528 struct copy_throwable { struct
529 copy_throwable() {} in copy_throwable() argument
530 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() argument
534 template <> struct formatter<copy_throwable> {
538 auto format(copy_throwable, format_context& ctx) -> decltype(ctx.out()) { in format()
548 store.push_back(copy_throwable()); in TEST()