Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsigslot.h266 class has_slots_interface; variable
273 virtual has_slots_interface* getdest() const = 0;
276 virtual _connection_base0* duplicate(has_slots_interface* pnewdest) = 0;
284 virtual has_slots_interface* getdest() const = 0;
287 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0;
295 virtual has_slots_interface* getdest() const = 0;
298 …virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdes…
306 virtual has_slots_interface* getdest() const = 0;
309 …ction_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) …
317 virtual has_slots_interface* getdest() const = 0;
[all …]