Home
last modified time | relevance | path

Searched refs:arg3_type (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/sigslot/
H A Dsigslot.h339 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1673 arg2_type, arg3_type)) in _connection3() argument
1713 arg3_type, arg4_type, mt_policy>
1723 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1764 arg3_type, arg4_type, arg5_type, mt_policy>
1774 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
1819 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2213 arg2_type, arg3_type)) in connect() argument
2231 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2290 arg2_type, arg3_type, arg4_type)) in connect() argument
[all …]
/dports/games/battletanks/btanks-0.9.8083/engine/sl08/
H A Dsl08.h637 …slot3 <void, arg1_type, arg2_type, arg3_type, object_type> : public base_slot3 <void, arg1_type, a…
710 …al3 <void, arg1_type, arg2_type, arg3_type, validator_type> : public base_signal3 <void, arg1_type…
713 inline void emit (arg1_type a1, arg2_type a2, arg3_type a3) const {
720 …nal3 <int, arg1_type, arg2_type, arg3_type, validator_type> : public base_signal3 <int, arg1_type,…
723 inline int emit (arg1_type a1, arg2_type a2, arg3_type a3) const {
736 …al3 <bool, arg1_type, arg2_type, arg3_type, validator_type> : public base_signal3 <bool, arg1_type…
812 … <void, arg1_type, arg2_type, arg3_type, arg4_type, object_type> : public base_slot4 <void, arg1_t…
885 …oid, arg1_type, arg2_type, arg3_type, arg4_type, validator_type> : public base_signal4 <void, arg1…
895 …<int, arg1_type, arg2_type, arg3_type, arg4_type, validator_type> : public base_signal4 <int, arg1…
911 …ool, arg1_type, arg2_type, arg3_type, arg4_type, validator_type> : public base_signal4 <bool, arg1…
[all …]
/dports/devel/sigslot/sigslot/
H A Dsigslot.h335 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1630 arg2_type, arg3_type)) in _connection3() argument
1664 arg3_type, arg4_type, mt_policy>
1674 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1710 arg3_type, arg4_type, arg5_type, mt_policy>
1720 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
1760 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2107 arg2_type, arg3_type)) in connect() argument
2117 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2170 arg2_type, arg3_type, arg4_type)) in connect() argument
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsigslot.h307 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1876 arg2_type, arg3_type)) in _connection3() argument
1914 arg3_type, arg4_type, mt_policy>
1924 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1964 arg3_type, arg4_type, arg5_type, mt_policy>
1974 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2018 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2393 arg2_type, arg3_type)) in connect() argument
2403 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2460 arg2_type, arg3_type, arg4_type)) in connect() argument
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsigslot.h343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1887 arg2_type, arg3_type)) in _connection3() argument
1925 arg3_type, arg4_type, mt_policy>
1935 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1975 arg3_type, arg4_type, arg5_type, mt_policy>
1985 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2029 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2404 arg2_type, arg3_type)) in connect() argument
2414 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2471 arg2_type, arg3_type, arg4_type)) in connect() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Dsigslot.h326 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
339 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1694 void (dest_type::*m_pmemfun)(arg1_type, arg2_type, arg3_type);
1731 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, in emit()
2111 template <class arg1_type, class arg2_type, class arg3_type,
2138 void emit(arg1_type a1, arg2_type a2, arg3_type a3) { in emit()
2154 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) { in operator()
2269 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, in emit()
2338 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, in emit()
2410 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, in emit()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dsigslot.h309 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1878 arg2_type, arg3_type)) in _connection3() argument
1916 arg3_type, arg4_type, mt_policy>
1926 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1966 arg3_type, arg4_type, arg5_type, mt_policy>
1976 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2020 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2395 arg2_type, arg3_type)) in connect() argument
2405 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2462 arg2_type, arg3_type, arg4_type)) in connect() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dsigslot.h309 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1878 arg2_type, arg3_type))
1916 arg3_type, arg4_type, mt_policy>
1926 arg2_type, arg3_type, arg4_type))
1966 arg3_type, arg4_type, arg5_type, mt_policy>
1976 arg2_type, arg3_type, arg4_type, arg5_type))
2020 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy>
2395 arg2_type, arg3_type))
2405 void emit(arg1_type a1, arg2_type a2, arg3_type a3)
2462 arg2_type, arg3_type, arg4_type))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Dsigslot.h363 virtual void emit(arg1_type, arg2_type, arg3_type) = 0; in convert()
1931 arg2_type, arg3_type)) in convert()
1969 arg3_type, arg4_type, mt_policy> in convert()
1979 arg2_type, arg3_type, arg4_type)) in convert()
2019 arg3_type, arg4_type, arg5_type, mt_policy> in convert()
2029 arg2_type, arg3_type, arg4_type, arg5_type)) in convert()
2073 arg3_type, arg4_type, arg5_type, arg6_type, mt_policy> in convert()
2448 arg2_type, arg3_type)) in convert()
2458 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in convert()
2515 arg2_type, arg3_type, arg4_type)) in convert()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
342 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1650 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1668 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1719 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2134 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2144 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2157 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2174 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2217 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
357 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1677 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1695 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1746 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2161 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2171 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2184 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2201 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2244 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
357 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1677 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1695 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1746 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2161 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2171 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2184 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2201 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2244 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
357 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1677 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1695 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1746 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2161 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2171 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2184 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2201 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2244 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
342 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1650 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1668 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1719 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2134 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2144 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2157 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2174 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2217 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
342 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1650 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1668 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1719 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2134 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2144 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2157 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2174 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2217 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
357 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1677 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1695 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1746 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2161 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2171 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2184 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2201 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2244 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
342 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
1650 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
1668 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type);
1719 void (dest_type::* m_pmemfun)(arg1_type, arg2_type, arg3_type,
2134 public _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>
2144 : _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy>(s) in signal3()
2157 void emit(arg1_type a1, arg2_type a2, arg3_type a3) in emit()
2174 void operator()(arg1_type a1, arg2_type a2, arg3_type a3) in operator()
2217 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) in emit()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/any/
H A Dany_function.h26 typedef void arg3_type;
57 typedef void arg3_type;
88 typedef void arg3_type;
119 typedef A3 arg3_type;
151 typedef A3 arg3_type;
183 typedef A3 arg3_type;
215 typedef A3 arg3_type;
248 typedef A3 arg3_type;
281 typedef A3 arg3_type;
314 typedef A3 arg3_type;
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/any/
H A Dany_function.h26 typedef void arg3_type;
57 typedef void arg3_type;
88 typedef void arg3_type;
119 typedef A3 arg3_type;
151 typedef A3 arg3_type;
183 typedef A3 arg3_type;
215 typedef A3 arg3_type;
248 typedef A3 arg3_type;
281 typedef A3 arg3_type;
314 typedef A3 arg3_type;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dfunction_traits.hpp56 typedef T3 arg3_type; typedef
66 typedef T3 arg3_type; typedef
78 typedef T3 arg3_type; typedef
91 typedef T3 arg3_type; typedef
105 typedef T3 arg3_type; typedef
120 typedef T3 arg3_type; typedef
136 typedef T3 arg3_type; typedef
154 typedef T3 arg3_type; typedef
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dprofiler-private.h32 #define MONO_PROFILER_EVENT_3(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
34 #define MONO_PROFILER_EVENT_4(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
77 #define MONO_PROFILER_EVENT_3(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
79 #define MONO_PROFILER_EVENT_4(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
149 #define MONO_PROFILER_EVENT_3(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
150 _MONO_PROFILER_EVENT(name, arg1_type arg1_name, arg2_type arg2_name, arg3_type arg3_name)
151 #define MONO_PROFILER_EVENT_4(name, type, arg1_type, arg1_name, arg2_type, arg2_name, arg3_type, ar… argument
152 …_MONO_PROFILER_EVENT(name, arg1_type arg1_name, arg2_type arg2_name, arg3_type arg3_name, arg4_typ…
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/type_traits/
H A Dfunction_traits.hpp56 typedef T3 arg3_type; typedef
66 typedef T3 arg3_type; typedef
78 typedef T3 arg3_type; typedef
91 typedef T3 arg3_type; typedef
105 typedef T3 arg3_type; typedef
120 typedef T3 arg3_type; typedef
136 typedef T3 arg3_type; typedef
154 typedef T3 arg3_type; typedef
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dfunction_traits.hpp56 typedef T3 arg3_type; typedef
66 typedef T3 arg3_type; typedef
78 typedef T3 arg3_type; typedef
91 typedef T3 arg3_type; typedef
105 typedef T3 arg3_type; typedef
120 typedef T3 arg3_type; typedef
136 typedef T3 arg3_type; typedef
154 typedef T3 arg3_type; typedef
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dfunction_traits.hpp56 typedef T3 arg3_type; typedef
66 typedef T3 arg3_type; typedef
78 typedef T3 arg3_type; typedef
91 typedef T3 arg3_type; typedef
105 typedef T3 arg3_type; typedef
120 typedef T3 arg3_type; typedef
136 typedef T3 arg3_type; typedef
154 typedef T3 arg3_type; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_traits/
H A Dfunction_traits.hpp56 typedef T3 arg3_type; typedef
66 typedef T3 arg3_type; typedef
78 typedef T3 arg3_type; typedef
91 typedef T3 arg3_type; typedef
105 typedef T3 arg3_type; typedef
120 typedef T3 arg3_type; typedef
136 typedef T3 arg3_type; typedef
154 typedef T3 arg3_type; typedef

12345678910>>...24