Searched refs:this_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslotrepeater.h48 typedef repeater0<mt_policy> this_type; typedef in class:sigslot::repeater0
51 repeater0(const this_type& s) : base_type(s) { }
54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
63 typedef repeater1<arg1_type, mt_policy> this_type; typedef in class:sigslot::repeater1
66 repeater1(const this_type& s) : base_type(s) { }
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
78 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type; typedef in class:sigslot::repeater2
81 repeater2(const this_type& s) : base_type(s) { }
84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
94 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; typedef in class:sigslot::repeater3
[all...]
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h112 typedef IntrusiveRefCntPtr this_type; typedef in class:llvm::IntrusiveRefCntPtr
181 this_type(S).swap(*this);

Completed in 111 milliseconds