HomeSort by relevance Sort by last modified time
    Searched defs:has_slots (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 66 // except that each signal, and each object that inherits has_slots, all
301 class has_slots;
308 virtual has_slots<mt_policy>* getdest() const = 0;
311 virtual _connection_base0* duplicate(has_slots<mt_policy>* pnewdest) = 0;
319 virtual has_slots<mt_policy>* getdest() const = 0;
322 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
330 virtual has_slots<mt_policy>* getdest() const = 0;
333 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
341 virtual has_slots<mt_policy>* getdest() const = 0;
344 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0
427 class has_slots : public mt_policy class in namespace:sigslot
434 has_slots() function in class:sigslot::has_slots
439 has_slots(const has_slots& hs) function in class:sigslot::has_slots
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslot.h 66 // except that each signal, and each object that inherits has_slots, all
78 // This file has been modified such that has_slots and signalx do not have to be
80 // has_slots<single_threaded> and signal0<multi_threaded_local> or
81 // has_slots<multi_threaded_local> and signal0<single_threaded>.
82 // If has_slots is single threaded the user must ensure that it is not trying
462 class has_slots : public has_slots_interface, public mt_policy class in namespace:sigslot
469 has_slots() function in class:sigslot::has_slots
474 has_slots(const has_slots& hs) function in class:sigslot::has_slots
500 virtual ~has_slots()
    [all...]

Completed in 203 milliseconds