Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h300 typedef void (DestT::*pm_t)(Args...); in _opaque_connection() typedef
301 static_assert(sizeof(pm_t) <= sizeof(pmethod), in _opaque_connection()
304 std::memcpy(pmethod, &pm, sizeof(pm_t)); in _opaque_connection()
333 typedef void (DestT::*pm_t)(Args...); in emitter() typedef
334 pm_t pm; in emitter()
335 std::memcpy(&pm, self->pmethod, sizeof(pm_t)); in emitter()