Home
last modified time | relevance | path

Searched refs:arg1_type (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/dports/games/battletanks/btanks-0.9.8083/engine/sl08/
H A Dsl08.h287 class slot1 <void, arg1_type, object_type> : public base_slot1 <void, arg1_type>{
360 class signal1 <void, arg1_type, validator_type> : public base_signal1 <void, arg1_type> {
363 inline void emit (arg1_type a1) const {
370 class signal1 <int, arg1_type, validator_type> : public base_signal1 <int, arg1_type> {
373 inline int emit (arg1_type a1) const {
386 class signal1 <bool, arg1_type, validator_type> : public base_signal1 <bool, arg1_type> {
389 inline bool emit (arg1_type a1) const {
462 …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,…
545 …class signal2 <int, arg1_type, arg2_type, validator_type> : public base_signal2 <int, arg1_type, a…
[all …]
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Darglist.h46 arg1_type, arg1_name, \ argument
49 fdecl(arg1_type arg1_name, \
53 arg1_type, arg1_name, \ argument
57 fdecl(arg1_type arg1_name, \
62 arg1_type, arg1_name, \ argument
77 arg1_type, arg1_name, \ argument
83 arg1_type, arg1_name, \ argument
108 arg1_type arg1_name; \
114 arg1_type arg1_name; \
126 arg1_type arg1_name; \
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Darglist.h46 arg1_type, arg1_name, \ argument
49 fdecl(arg1_type arg1_name, \
53 arg1_type, arg1_name, \ argument
57 fdecl(arg1_type arg1_name, \
62 arg1_type, arg1_name, \ argument
77 arg1_type, arg1_name, \ argument
83 arg1_type, arg1_name, \ argument
108 arg1_type arg1_name; \
114 arg1_type arg1_name; \
126 arg1_type arg1_name; \
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/sigslot/
H A Dsigslot.h311 template<class arg1_type, class mt_policy>
317 virtual void emit(arg1_type) = 0;
328 virtual void emit(arg1_type, arg2_type) = 0;
600 template<class arg1_type, class mt_policy>
1599 virtual void emit(arg1_type a1) in emit()
1611 void (dest_type::* m_pmemfun)(arg1_type);
2060 : _signal_base1<arg1_type, mt_policy>(s) in signal1()
2080 void emit(arg1_type a1) in emit()
2097 void operator()(arg1_type a1) in operator()
2155 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/net-im/centerim/centerim-4.22.10/libicq2000/libicq2000/
H A Dsigslot.h315 template<class arg1_type, class mt_policy>
320 virtual void emit(arg1_type) = 0;
522 template<class arg1_type, class mt_policy>
818 virtual void emit(arg1_type a1) in emit()
830 void (dest_type::* m_pmemfun)(arg1_type);
976 …_sig_connection1<arg1_type, mt_policy>* conn = new _sig_connection1<arg1_type, mt_policy>(chainsig… in connect()
981 void emit(arg1_type a1) in emit()
998 void operator()(arg1_type a1) in operator()
1049 void emit(arg1_type a1, arg2_type a2) in emit()
1148 virtual void emit(arg1_type a1) in emit()
[all …]
/dports/devel/sigslot/sigslot/
H A Dsigslot.h310 template<class arg1_type, class mt_policy>
315 virtual void emit(arg1_type) = 0;
325 virtual void emit(arg1_type, arg2_type) = 0;
589 template<class arg1_type, class mt_policy>
1562 virtual void emit(arg1_type a1) in emit()
1574 void (dest_type::* m_pmemfun)(arg1_type);
1979 : _signal_base1<arg1_type, mt_policy>(s) in signal1()
1994 void emit(arg1_type a1) in emit()
2011 void operator()(arg1_type a1) in operator()
2055 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsigslotrepeater.h57 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
58 class repeater1 : public signal1<arg1_type, mt_policy>,
62 typedef signal1<arg1_type, mt_policy> base_type;
63 typedef repeater1<arg1_type, mt_policy> this_type;
68 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); } in reemit()
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,
[all …]
H A Dsigslot.h315 template<class arg1_type, class mt_policy>
321 virtual void emit(arg1_type) = 0;
332 virtual void emit(arg1_type, arg2_type) = 0;
628 template<class arg1_type, class mt_policy>
1815 virtual void emit(arg1_type a1) in emit()
1827 void (dest_type::* m_pmemfun)(arg1_type);
2268 : _signal_base1<arg1_type, mt_policy>(s) in signal1()
2283 void emit(arg1_type a1) in emit()
2300 void operator()(arg1_type a1) in operator()
2348 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsigslotrepeater.h41 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
42 class repeater1 : public signal1<arg1_type, mt_policy>,
46 typedef signal1<arg1_type, mt_policy> base_type;
47 typedef repeater1<arg1_type, mt_policy> this_type;
52 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); } in reemit()
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,
[all …]
H A Dsigslot.h279 template<class arg1_type, class mt_policy>
285 virtual void emit(arg1_type) = 0;
296 virtual void emit(arg1_type, arg2_type) = 0;
615 template<class arg1_type, class mt_policy>
1804 virtual void emit(arg1_type a1) in emit()
1816 void (dest_type::* m_pmemfun)(arg1_type);
2257 : _signal_base1<arg1_type, mt_policy>(s) in signal1()
2272 void emit(arg1_type a1) in emit()
2289 void operator()(arg1_type a1) in operator()
2337 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dsigslotrepeater.h41 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
42 class repeater1 : public signal1<arg1_type, mt_policy>,
46 typedef signal1<arg1_type, mt_policy> base_type;
47 typedef repeater1<arg1_type, mt_policy> this_type;
52 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); } in reemit()
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,
[all …]
H A Dsigslot.h281 template<class arg1_type, class mt_policy>
287 virtual void emit(arg1_type) = 0;
298 virtual void emit(arg1_type, arg2_type) = 0;
617 template<class arg1_type, class mt_policy>
1806 virtual void emit(arg1_type a1) in emit()
1818 void (dest_type::* m_pmemfun)(arg1_type);
2259 : _signal_base1<arg1_type, mt_policy>(s) in signal1()
2274 void emit(arg1_type a1) in emit()
2291 void operator()(arg1_type a1) in operator()
2339 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dsigslotrepeater.h41 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
42 class repeater1 : public signal1<arg1_type, mt_policy>,
46 typedef signal1<arg1_type, mt_policy> base_type;
47 typedef repeater1<arg1_type, mt_policy> this_type;
52 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); } in reemit()
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,
[all …]
H A Dsigslot.h281 template<class arg1_type, class mt_policy>
287 virtual void emit(arg1_type) = 0;
298 virtual void emit(arg1_type, arg2_type) = 0;
617 template<class arg1_type, class mt_policy>
1806 virtual void emit(arg1_type a1)
1818 void (dest_type::* m_pmemfun)(arg1_type);
2259 : _signal_base1<arg1_type, mt_policy>(s)
2274 void emit(arg1_type a1)
2291 void operator()(arg1_type a1)
2339 void emit(arg1_type a1, arg2_type a2)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Dsigslot.h299 template <class arg1_type, class mt_policy>
304 virtual void emit(arg1_type) = 0;
315 virtual void emit(arg1_type, arg2_type) = 0;
601 template <class arg1_type, class mt_policy>
1616 void (dest_type::*m_pmemfun)(arg1_type);
2006 : _signal_base1<arg1_type, mt_policy>(s) { in signal1()
2019 void emit(arg1_type a1) { in emit()
2035 void operator()(arg1_type a1) { in operator()
2052 template <class arg1_type, class arg2_type,
2078 void emit(arg1_type a1, arg2_type a2) { in emit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Dsigslot.h335 template<class arg1_type, class mt_policy> in convert()
341 virtual void emit(arg1_type) = 0; in convert()
352 virtual void emit(arg1_type, arg2_type) = 0; in convert()
670 template<class arg1_type, class mt_policy> in convert()
1859 virtual void emit(arg1_type a1) in convert()
1871 void (dest_type::* m_pmemfun)(arg1_type); in convert()
2312 : _signal_base1<arg1_type, mt_policy>(s) in convert()
2327 void emit(arg1_type a1) in convert()
2344 void operator()(arg1_type a1) in convert()
2392 void emit(arg1_type a1, arg2_type a2) in convert()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h309 virtual void emit(arg1_type) = 0;
320 virtual void emit(arg1_type, arg2_type) = 0;
1547 virtual void emit(arg1_type a1) in emit()
1565 void (dest_type::* m_pmemfun)(arg1_type);
1989 public _signal_base1<arg1_type, mt_policy>
1999 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2007 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2037 void emit(arg1_type a1) in emit()
2054 void operator()(arg1_type a1) in operator()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h315 virtual void emit(arg1_type) = 0;
329 virtual void emit(arg1_type, arg2_type) = 0;
1574 virtual void emit(arg1_type a1) in emit()
1592 void (dest_type::* m_pmemfun)(arg1_type);
2016 public _signal_base1<arg1_type, mt_policy>
2026 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2034 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2064 void emit(arg1_type a1) in emit()
2081 void operator()(arg1_type a1) in operator()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h315 virtual void emit(arg1_type) = 0;
329 virtual void emit(arg1_type, arg2_type) = 0;
1574 virtual void emit(arg1_type a1) in emit()
1592 void (dest_type::* m_pmemfun)(arg1_type);
2016 public _signal_base1<arg1_type, mt_policy>
2026 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2034 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2064 void emit(arg1_type a1) in emit()
2081 void operator()(arg1_type a1) in operator()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h315 virtual void emit(arg1_type) = 0;
329 virtual void emit(arg1_type, arg2_type) = 0;
1574 virtual void emit(arg1_type a1) in emit()
1592 void (dest_type::* m_pmemfun)(arg1_type);
2016 public _signal_base1<arg1_type, mt_policy>
2026 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2034 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2064 void emit(arg1_type a1) in emit()
2081 void operator()(arg1_type a1) in operator()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h309 virtual void emit(arg1_type) = 0;
320 virtual void emit(arg1_type, arg2_type) = 0;
1547 virtual void emit(arg1_type a1) in emit()
1565 void (dest_type::* m_pmemfun)(arg1_type);
1989 public _signal_base1<arg1_type, mt_policy>
1999 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2007 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2037 void emit(arg1_type a1) in emit()
2054 void operator()(arg1_type a1) in operator()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h309 virtual void emit(arg1_type) = 0;
320 virtual void emit(arg1_type, arg2_type) = 0;
1547 virtual void emit(arg1_type a1) in emit()
1565 void (dest_type::* m_pmemfun)(arg1_type);
1989 public _signal_base1<arg1_type, mt_policy>
1999 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2007 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2037 void emit(arg1_type a1) in emit()
2054 void operator()(arg1_type a1) in operator()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dsigslot.h315 virtual void emit(arg1_type) = 0;
329 virtual void emit(arg1_type, arg2_type) = 0;
1574 virtual void emit(arg1_type a1) in emit()
1592 void (dest_type::* m_pmemfun)(arg1_type);
2016 public _signal_base1<arg1_type, mt_policy>
2026 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2034 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2064 void emit(arg1_type a1) in emit()
2081 void operator()(arg1_type a1) in operator()
2124 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dsigslot.h309 virtual void emit(arg1_type) = 0;
320 virtual void emit(arg1_type, arg2_type) = 0;
1547 virtual void emit(arg1_type a1) in emit()
1565 void (dest_type::* m_pmemfun)(arg1_type);
1989 public _signal_base1<arg1_type, mt_policy>
1999 _signal_base1<arg1_type, mt_policy>(s) in signal1()
2007 …_connection1<desttype, arg1_type, mt_policy>* conn = new _connection1<desttype, arg1_type, mt_poli… in connect()
2037 void emit(arg1_type a1) in emit()
2054 void operator()(arg1_type a1) in operator()
2097 void emit(arg1_type a1, arg2_type a2) in emit()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dprofiler-private.h28 #define MONO_PROFILER_EVENT_1(name, type, arg1_type, arg1_name) \ argument
30 #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
73 #define MONO_PROFILER_EVENT_1(name, type, arg1_type, arg1_name) \ 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
145 #define MONO_PROFILER_EVENT_1(name, type, arg1_type, arg1_name) \ argument
146 _MONO_PROFILER_EVENT(name, arg1_type arg1_name)
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)
[all …]

12345678910>>...48