Home
last modified time | relevance | path

Searched refs:FunType (Results 1 – 25 of 142) sorted by relevance

123456

/dports/print/scribus-devel/scribus-1.5.7/scribus/desaxe/
H A Dsimple_actions.h137 FunType create_;
237 FunType get_;
272 FunType set_;
307 FunType set_;
346 FunType set_;
382 FunType set_;
423 FunType set_;
471 FunType set_;
512 FunType addT;
559 FunType setT;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Drunnable_utils.h42 static R apply(FunType func, Tuple<Args...>& args, in apply()
54 static void apply(FunType func, Tuple<Args...>& args,
83 template <typename FunType, typename... Args>
98 FunType mFunc;
102 template <typename FunType, typename... Args>
104 WrapRunnableNM(FunType f, Args&&... args) {
105 return new runnable_args_func<FunType,
126 FunType mFunc;
130 template <typename R, typename FunType, typename... Args>
132 WrapRunnableNMRet(R* ret, FunType f, Args&&... args) {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Drunnable_utils.h108 template<typename FunType, typename... Args>
113 explicit runnable_args_func(FunType f, Args&&... args)
123 FunType mFunc; in to_str()
127 template<typename FunType, typename... Args>
128 runnable_args_func<FunType, Args...>*
129 WrapRunnableNM(FunType f, Args... args)
134 template<typename Ret, typename FunType, typename... Args>
149 FunType mFunc;
153 template<typename R, typename FunType, typename... Args>
154 runnable_args_func_ret<R, FunType, Args...>*
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dfunction.hpp59 typedef typename FunctionTraits::FunType FunType; typedef
76 StorageBase(FunType const * member) in StorageBase()
78 _function(reinterpret_cast< FunType >(member)), in StorageBase()
84 _function(reinterpret_cast< FunType >(0)), in StorageBase()
112 FunType _function;
135 typedef R (BaseType::* FunType)(void); typedef
158 typedef R (BaseType::* FunType)(A0); typedef
181 typedef R (BaseType::* FunType)(A0, A1); typedef
204 typedef R (BaseType::* FunType)(A0, A1, A2); typedef
227 typedef R (BaseType::* FunType)(A0, A1, A2, A3); typedef
[all …]
/dports/devel/fc++/FC++.1.5/
H A Dsignature.h73 struct FunType {
84 struct FunType<A1, A2, A3, A4, A5, R, Void> {
94 struct FunType<A1, A2, A3, A4, R, Void, Void> {
103 struct FunType<A1, A2, A3, R, Void, Void, Void> {
145 public FunType<A1,A2,A3,A4,A5,R> {
152 public FunType<A1,A2,A3,A4,R> {
154 struct Sig : public FunType<A1,A2,A3,A4,R> {};
159 public FunType<A1,A2,A3,R> {
161 struct Sig : public FunType<A1,A2,A3,R> {};
168 struct Sig : public FunType<A1,A2,R> {};
[all …]
H A Dcurry.h61 struct Sig : public FunType<T,Full0<ConstHelper<T> > > {};
170 : public FunType< Binary, Arg1, Arg2,
214 : public FunType<typename F::template Sig<X,Y>::Arg1Type,
262 : public FunType<Ternary,A1,A2,A3,
477 : public FunType<Ternary, A1, A2, A3,
631 : public FunType<typename F::template Sig<X,Y,Z>::Arg1Type,
637 : public FunType<X,Y,Full1<binder1and2of3<F,X,Y> > > {};
646 : public FunType<X,Full2<binder1of3<F,X> > > {};
649 : public FunType<X,AutoCurryType,AutoCurryType,
653 : public FunType<AutoCurryType,Y,AutoCurryType,
[all …]
H A Doperator.h160 struct Sig<T,T> : public FunType<T,T,T> {};
178 struct Sig<T,T> : public FunType<T,T,T> {};
196 struct Sig<T,T> : public FunType<T,T,T> {};
214 struct Sig<T,T> : public FunType<T,T,T> {};
232 struct Sig<T,T> : public FunType<T,T,T> {};
250 struct Sig<T,T> : public FunType<T,T,T> {};
284 struct Sig : public FunType<T,T> {};
444 struct Sig : public FunType<T,bool> {};
965 struct Sig : public FunType<T,T> {};
981 struct Sig : public FunType<T,bool> {};
[all …]
H A Dprelude.h189 struct Sig : public FunType<
435 struct Sig : public FunType<LLT,
689 struct Sig : public FunType<F,L,
704 struct Sig : public FunType<F,L,
957 struct Sig : public FunType<Y,X,
1162 struct Sig : public FunType<Z,LA,LB,
1179 struct Sig : public FunType<Z,LA,LB,
1366 struct Sig : FunType<T,List<T> > {};
2112 struct Sig : public FunType<X,
2128 struct Sig : public FunType<X,
[all …]
H A Dfull.h69 : public FunType<typename RT<F,T>::Arg1Type,
92 : public FunType<typename F::template Sig<X,Y>::Arg1Type,
101 : public FunType<AutoCurryType,Y,Full1<impl::binder2of2<F,Y> > > {};
105 : public FunType<X,AutoCurryType,Full1<impl::binder1of2<F,X> > > {};
135 : public FunType<typename F::template Sig<X,Y,Z>::Arg1Type,
141 : public FunType<X,Y,Full1<impl::binder1and2of3<F,X,Y> > > {};
144 : public FunType<X,AutoCurryType,Full2<impl::binder1of3<F,X> > > {};
150 : public FunType<X,Full2<impl::binder1of3<F,X> > > {};
153 : public FunType<X,AutoCurryType,AutoCurryType,
157 : public FunType<AutoCurryType,Y,AutoCurryType,
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/
H A Drunnable_utils.h58 template <typename FunType, typename... Args>
63 explicit runnable_args_func(FunType f, Arguments&&... args) in runnable_args_func()
72 FunType mFunc;
76 template <typename FunType, typename... Args>
78 FunType f, Args&&... args) { in WrapRunnableNM()
79 return new runnable_args_func<FunType, std::decay_t<Args>...>( in WrapRunnableNM()
83 template <typename Ret, typename FunType, typename... Args>
88 runnable_args_func_ret(Ret* ret, FunType f, Arguments&&... args) in runnable_args_func_ret()
98 FunType mFunc;
102 template <typename R, typename FunType, typename... Args>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/
H A Drunnable_utils.h58 template <typename FunType, typename... Args>
63 explicit runnable_args_func(FunType f, Arguments&&... args) in runnable_args_func()
72 FunType mFunc;
76 template <typename FunType, typename... Args>
78 FunType f, Args&&... args) { in WrapRunnableNM()
79 return new runnable_args_func<FunType, std::decay_t<Args>...>( in WrapRunnableNM()
83 template <typename Ret, typename FunType, typename... Args>
88 runnable_args_func_ret(Ret* ret, FunType f, Arguments&&... args) in runnable_args_func_ret()
98 FunType mFunc;
102 template <typename R, typename FunType, typename... Args>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/
H A Drunnable_utils.h58 template <typename FunType, typename... Args>
63 explicit runnable_args_func(FunType f, Arguments&&... args) in runnable_args_func()
72 FunType mFunc;
76 template <typename FunType, typename... Args>
78 FunType f, Args&&... args) { in WrapRunnableNM()
79 return new runnable_args_func<FunType, std::decay_t<Args>...>( in WrapRunnableNM()
83 template <typename Ret, typename FunType, typename... Args>
88 runnable_args_func_ret(Ret* ret, FunType f, Arguments&&... args) in runnable_args_func_ret()
98 FunType mFunc;
102 template <typename R, typename FunType, typename... Args>
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/
H A Drunnable_utils.h58 template <typename FunType, typename... Args>
63 explicit runnable_args_func(FunType f, Arguments&&... args) in runnable_args_func()
72 FunType mFunc;
76 template <typename FunType, typename... Args>
78 FunType f, Args&&... args) { in WrapRunnableNM()
79 return new runnable_args_func<FunType, std::decay_t<Args>...>( in WrapRunnableNM()
83 template <typename Ret, typename FunType, typename... Args>
88 runnable_args_func_ret(Ret* ret, FunType f, Arguments&&... args) in runnable_args_func_ret()
98 FunType mFunc;
102 template <typename R, typename FunType, typename... Args>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/issues/
H A Dissue-86201.rs4 type FunType = impl Fn<()>; typedef
6 static STATIC_FN: FunType = some_fn;
12 let _: <FunType as FnOnce<()>>::Output = STATIC_FN(); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/abi/
H A Dmangle34.C11 template <class R> struct FunType { struct
19 FunType<WrongNumberOfSigArgs> {}; argument
20 template <class Dummy> struct Sig<Void,Dummy> : public FunType<R> {};

123456