Searched refs:this_type (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslotrepeater.h | 31 typedef repeater0<mt_policy> this_type; typedef 34 repeater0(const this_type& s) : base_type(s) { } in repeater0() 37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } in repeat() 47 typedef repeater1<arg1_type, mt_policy> this_type; typedef 50 repeater1(const this_type& s) : base_type(s) { } in repeater1() 53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() 63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type; typedef 66 repeater2(const this_type& s) : base_type(s) { } in repeater2() 69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() 80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; typedef [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic.cc | 297 …unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_categor… in arabic_joining() local 299 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining() 302 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining() 309 …unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category … in arabic_joining() local 311 if (unlikely (this_type == JOINING_TYPE_T)) { in arabic_joining() 316 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining() 329 …unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_categor… in arabic_joining() local 331 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining() 334 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 102 typedef IntrusiveRefCntPtr this_type; typedef 166 this_type(S).swap(*this); in replace()
|