Home
last modified time | relevance | path

Searched refs:arg2_type (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/dports/games/battletanks/btanks-0.9.8083/engine/sl08/
H A Dsl08.h462 …class slot2 <void, arg1_type, arg2_type, object_type> : public base_slot2 <void, arg1_type, arg2_t…
535 …class signal2 <void, arg1_type, arg2_type, validator_type> : public base_signal2 <void, arg1_type,…
538 inline void emit (arg1_type a1, arg2_type a2) const {
545 …class signal2 <int, arg1_type, arg2_type, validator_type> : public base_signal2 <int, arg1_type, a…
548 inline int emit (arg1_type a1, arg2_type a2) const {
561 …class signal2 <bool, arg1_type, arg2_type, validator_type> : public base_signal2 <bool, arg1_type,…
564 inline bool emit (arg1_type a1, arg2_type a2) const {
637 …class slot3 <void, arg1_type, arg2_type, arg3_type, object_type> : public base_slot3 <void, arg1_t…
710 …class signal3 <void, arg1_type, arg2_type, arg3_type, validator_type> : public base_signal3 <void,…
720 …class signal3 <int, arg1_type, arg2_type, arg3_type, validator_type> : public base_signal3 <int, a…
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/sigslot/
H A Dsigslot.h328 virtual void emit(arg1_type, arg2_type) = 0;
1625 arg2_type)) in _connection2() argument
1647 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1673 arg2_type, arg3_type)) in _connection3() argument
1723 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1774 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2138 arg2_type)) in connect() argument
2155 void emit(arg1_type a1, arg2_type a2) in emit()
2172 void operator()(arg1_type a1, arg2_type a2) in operator()
2213 arg2_type, arg3_type)) in connect() argument
[all …]
/dports/devel/sigslot/sigslot/
H A Dsigslot.h325 virtual void emit(arg1_type, arg2_type) = 0;
1588 arg2_type)) in _connection2() argument
1604 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1630 arg2_type, arg3_type)) in _connection3() argument
1674 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1720 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2046 arg2_type)) in connect() argument
2055 void emit(arg1_type a1, arg2_type a2) in emit()
2072 void operator()(arg1_type a1, arg2_type a2) in operator()
2107 arg2_type, arg3_type)) in connect() argument
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsigslot.h296 virtual void emit(arg1_type, arg2_type) = 0;
1830 arg2_type)) in _connection2() argument
1850 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1876 arg2_type, arg3_type)) in _connection3() argument
1924 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1974 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2328 arg2_type)) in connect() argument
2337 void emit(arg1_type a1, arg2_type a2) in emit()
2354 void operator()(arg1_type a1, arg2_type a2) in operator()
2393 arg2_type, arg3_type)) in connect() argument
[all …]
H A Dsigslotrepeater.h57 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
58 class repeater2 : public signal2<arg1_type, arg2_type, mt_policy>,
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type;
63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type;
68 … void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); } in reemit()
73 template<class arg1_type, class arg2_type, class arg3_type,
75 class repeater3 : public signal3<arg1_type, arg2_type, arg3_type, mt_policy>,
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type;
80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type;
85 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { in reemit()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsigslot.h332 virtual void emit(arg1_type, arg2_type) = 0;
1841 arg2_type)) in _connection2() argument
1861 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1887 arg2_type, arg3_type)) in _connection3() argument
1935 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1985 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2339 arg2_type)) in connect() argument
2348 void emit(arg1_type a1, arg2_type a2) in emit()
2365 void operator()(arg1_type a1, arg2_type a2) in operator()
2404 arg2_type, arg3_type)) in connect() argument
[all …]
H A Dsigslotrepeater.h72 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
73 class repeater2 : public signal2<arg1_type, arg2_type, mt_policy>,
77 typedef signal2<arg1_type, arg2_type, mt_policy> base_type;
78 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type;
83 … void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); } in reemit()
87 template<class arg1_type, class arg2_type, class arg3_type,
89 class repeater3 : public signal3<arg1_type, arg2_type, arg3_type, mt_policy>,
93 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type;
94 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type;
99 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { in reemit()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Dsigslot.h310 template <class arg1_type, class arg2_type, class mt_policy>
315 virtual void emit(arg1_type, arg2_type) = 0;
326 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
716 template <class arg1_type, class arg2_type, class mt_policy>
1645 virtual void emit(arg1_type a1, arg2_type a2) override { in emit()
1653 void (dest_type::*m_pmemfun)(arg1_type, arg2_type);
2052 template <class arg1_type, class arg2_type,
2063 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) { in signal2()
2078 void emit(arg1_type a1, arg2_type a2) { in emit()
2094 void operator()(arg1_type a1, arg2_type a2) { in operator()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dsigslot.h298 virtual void emit(arg1_type, arg2_type) = 0;
1832 arg2_type)) in _connection2() argument
1852 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1878 arg2_type, arg3_type)) in _connection3() argument
1926 arg2_type, arg3_type, arg4_type)) in _connection4() argument
1976 arg2_type, arg3_type, arg4_type, arg5_type)) in _connection5() argument
2330 arg2_type)) in connect() argument
2339 void emit(arg1_type a1, arg2_type a2) in emit()
2356 void operator()(arg1_type a1, arg2_type a2) in operator()
2395 arg2_type, arg3_type)) in connect() argument
[all …]
H A Dsigslotrepeater.h57 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
58 class repeater2 : public signal2<arg1_type, arg2_type, mt_policy>,
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type;
63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type;
68 … void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); } in reemit()
73 template<class arg1_type, class arg2_type, class arg3_type,
75 class repeater3 : public signal3<arg1_type, arg2_type, arg3_type, mt_policy>,
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type;
80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type;
85 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { in reemit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dsigslot.h298 virtual void emit(arg1_type, arg2_type) = 0;
1832 arg2_type))
1852 virtual void emit(arg1_type a1, arg2_type a2)
1878 arg2_type, arg3_type))
1926 arg2_type, arg3_type, arg4_type))
1976 arg2_type, arg3_type, arg4_type, arg5_type))
2330 arg2_type))
2339 void emit(arg1_type a1, arg2_type a2)
2356 void operator()(arg1_type a1, arg2_type a2)
2395 arg2_type, arg3_type))
[all …]
H A Dsigslotrepeater.h57 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
58 class repeater2 : public signal2<arg1_type, arg2_type, mt_policy>,
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type;
63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type;
68 … void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); } in reemit()
73 template<class arg1_type, class arg2_type, class arg3_type,
75 class repeater3 : public signal3<arg1_type, arg2_type, arg3_type, mt_policy>,
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type;
80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type;
85 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { in reemit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Dsigslot.h352 virtual void emit(arg1_type, arg2_type) = 0; in convert()
1885 arg2_type)) in convert()
1905 virtual void emit(arg1_type a1, arg2_type a2) in convert()
1931 arg2_type, arg3_type)) in convert()
1979 arg2_type, arg3_type, arg4_type)) in convert()
2029 arg2_type, arg3_type, arg4_type, arg5_type)) in convert()
2383 arg2_type)) in convert()
2392 void emit(arg1_type a1, arg2_type a2) in convert()
2409 void operator()(arg1_type a1, arg2_type a2) in convert()
2448 arg2_type, arg3_type)) in convert()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h320 virtual void emit(arg1_type, arg2_type) = 0;
331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1583 arg2_type)) in _connection2() argument
1599 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1617 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2074 public _signal_base2<arg1_type, arg2_type, mt_policy>
2084 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2092 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
2114 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h329 virtual void emit(arg1_type, arg2_type) = 0;
343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1610 arg2_type)) in _connection2() argument
1626 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1644 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2101 public _signal_base2<arg1_type, arg2_type, mt_policy>
2111 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2119 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
2141 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h329 virtual void emit(arg1_type, arg2_type) = 0;
343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1610 arg2_type)) in _connection2() argument
1626 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1644 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2101 public _signal_base2<arg1_type, arg2_type, mt_policy>
2111 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2119 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
2141 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h329 virtual void emit(arg1_type, arg2_type) = 0;
343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1610 arg2_type)) in _connection2() argument
1626 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1644 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2101 public _signal_base2<arg1_type, arg2_type, mt_policy>
2111 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2119 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
2141 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h320 virtual void emit(arg1_type, arg2_type) = 0;
331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1583 arg2_type)) in _connection2() argument
1599 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1617 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2074 public _signal_base2<arg1_type, arg2_type, mt_policy>
2084 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2092 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
2114 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h320 virtual void emit(arg1_type, arg2_type) = 0;
331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1583 arg2_type)) in _connection2() argument
1599 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1617 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2074 public _signal_base2<arg1_type, arg2_type, mt_policy>
2084 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2092 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
2114 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h329 virtual void emit(arg1_type, arg2_type) = 0;
343 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1610 arg2_type)) in _connection2() argument
1626 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1644 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2101 public _signal_base2<arg1_type, arg2_type, mt_policy>
2111 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2119 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
2141 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h320 virtual void emit(arg1_type, arg2_type) = 0;
331 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
1583 arg2_type)) in _connection2() argument
1599 virtual void emit(arg1_type a1, arg2_type a2) in emit()
1617 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
2074 public _signal_base2<arg1_type, arg2_type, mt_policy>
2084 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
2092 …_connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new _connection2<desttype, arg1_ty… in connect()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
2114 void operator()(arg1_type a1, arg2_type a2) in operator()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Darglist.h54 arg2_type, arg2_name, \ argument
58 arg2_type arg2_name, \
63 arg2_type, arg2_name, \ argument
68 arg2_type arg2_name, \
84 arg2_type, arg2_name, \ argument
87 arg2_type arg2_name, \
90 #define arglist_function3(fdecl, arg1_type, arg1_name, arg2_type, arg2_name, \ argument
92 fdecl(arg1_type arg1_name, arg2_type arg2_name, \
115 arg2_type arg2_name; \
133 arg2_type arg2_name; \
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Darglist.h54 arg2_type, arg2_name, \ argument
58 arg2_type arg2_name, \
63 arg2_type, arg2_name, \ argument
68 arg2_type arg2_name, \
84 arg2_type, arg2_name, \ argument
87 arg2_type arg2_name, \
90 #define arglist_function3(fdecl, arg1_type, arg1_name, arg2_type, arg2_name, \ argument
92 fdecl(arg1_type arg1_name, arg2_type arg2_name, \
115 arg2_type arg2_name; \
133 arg2_type arg2_name; \
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dprofiler-private.h30 #define MONO_PROFILER_EVENT_2(name, type, arg1_type, arg1_name, arg2_type, arg2_name) \ argument
32 #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
75 #define MONO_PROFILER_EVENT_2(name, type, arg1_type, arg1_name, arg2_type, arg2_name) \ 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
147 #define MONO_PROFILER_EVENT_2(name, type, arg1_type, arg1_name, arg2_type, arg2_name) \ argument
148 _MONO_PROFILER_EVENT(name, arg1_type arg1_name, arg2_type arg2_name)
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)
[all …]
/dports/net-im/centerim/centerim-4.22.10/libicq2000/libicq2000/
H A Dsigslot.h325 template<class arg1_type, class arg2_type, class mt_policy>
330 virtual void emit(arg1_type, arg2_type) = 0;
637 template<class arg1_type, class arg2_type, class mt_policy>
859 virtual void emit(arg1_type a1, arg2_type a2) in emit()
871 void (dest_type::* m_pmemfun)(arg1_type, arg2_type);
1026 : _signal_base2<arg1_type, arg2_type, mt_policy>(s) in signal2()
1044 …_sig_connection2<arg1_type, arg2_type, mt_policy>* conn = new _sig_connection2<arg1_type, arg2_typ… in connect()
1049 void emit(arg1_type a1, arg2_type a2) in emit()
1066 void operator()(arg1_type a1, arg2_type a2) in operator()
1186 virtual void emit(arg1_type a1, arg2_type a2) in emit()
[all …]

12345678910>>...37