Home
last modified time | relevance | path

Searched refs:_opaque_connection (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h282 class _opaque_connection {
284 typedef void (*emit_t)(const _opaque_connection*);
299 _opaque_connection(DestT* pd, void (DestT::*pm)(Args...)) : pdest(pd) { in _opaque_connection() function
306 typedef void (*em_t)(const _opaque_connection* self, Args...); in _opaque_connection()
308 caster2.from = &_opaque_connection::emitter<DestT, Args...>; in _opaque_connection()
314 _opaque_connection duplicate(has_slots_interface* newtarget) const { in duplicate()
315 _opaque_connection res = *this; in duplicate()
324 typedef void (*em_t)(const _opaque_connection*, Args...); in emit()
332 static void emitter(const _opaque_connection* self, Args... args) { in emitter()
343 typedef std::list<_opaque_connection> connections_list;
[all …]