Home
last modified time | relevance | path

Searched defs:Defer (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dtemplate.h35 template <typename F, typename... T> struct Defer { struct
36 Defer(F &&f, T &&...t) in Defer() function
38 Defer(Defer &&o) noexcept : f(std::move(o.f)) {} in Defer() function
39 ~Defer() { f(); } in ~Defer() argument
46 template <typename F, typename... T> Defer<F, T...> defer(F &&f, T &&...t) { in defer() argument
/dports/www/libnghttp3/nghttp3-b9e565c/examples/
H A Dtemplate.h38 template <typename F, typename... T> struct Defer { struct
39 Defer(F &&f, T &&...t) in Defer() function
41 Defer(Defer &&o) noexcept : f(std::move(o.f)) {} in Defer() argument
42 ~Defer() { f(); } in ~Defer() argument
49 template <typename F, typename... T> Defer<F, T...> defer(F &&f, T &&...t) { in defer() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/www/flexget/Flexget-3.2.18/flexget/tests/cassettes/
H A Dtest_tvdb_lookup_api.TestTVDBLanguages.test_tvdb_search_with_language9 Content-Type: [application/json]
10 User-Agent: [!!python/unicode FlexGet/2.4.1.dev (www.flexget.com)]
12 uri: https://api.thetvdb.com/login
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() function
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-52892-1.C9 struct Defer { struct
10 constexpr Defer(const Function func_) : func(func_) { } in Defer() argument
21 constexpr Defer<Function> make_deferred(const Function f) { in make_deferred() argument
/dports/www/aria2/aria2-1.36.0/src/
H A Da2functional.h55 template <typename T, typename F> struct Defer { struct
56 Defer(T t, F f) : t(t), f(std::move(f)) {} in Defer() argument
58 ~Defer() { f(t); } in ~Defer() argument
64 template <typename T, typename F> Defer<T, F> defer(T&& t, F f) in defer() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/borrowck/
H A Dborrowck-borrowed-uniq-rvalue-2.rs1 struct Defer<'a> { struct
5 impl<'a> Drop for Defer<'a> { argument
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Ddefer.hpp17 class Defer class
21 Defer(std::function<void()> func) : m_Func(std::move(func)) in Defer() function in icinga::Defer
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCMakeLanguageCommand.cxx50 struct Defer struct
52 std::string Id;
53 std::string IdVar;
54 cmMakefile* Directory = nullptr;
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCMakeLanguageCommand.cxx50 struct Defer struct
52 std::string Id;
53 std::string IdVar;
54 cmMakefile* Directory = nullptr;

12345678910>>...23