Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsigslotrepeater.h31 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/
Dhb-ot-shape-complex-arabic.cc297 …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/
DIntrusiveRefCntPtr.h102 typedef IntrusiveRefCntPtr this_type; typedef
166 this_type(S).swap(*this); in replace()