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

  /external/chromium_org/third_party/webrtc/base/
sigslotrepeater.h 31 typedef repeater0<mt_policy> this_type; typedef in class:sigslot::repeater0
34 repeater0(const this_type& s) : base_type(s) { }
37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
47 typedef repeater1<arg1_type, mt_policy> this_type; typedef in class:sigslot::repeater1
50 repeater1(const this_type& s) : base_type(s) { }
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
63 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type; typedef in class:sigslot::repeater2
66 repeater2(const this_type& s) : base_type(s) { }
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
80 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; typedef in class:sigslot::repeater3
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 253 unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_category (buffer->context[0][i])); local
255 if (unlikely (this_type == JOINING_TYPE_T))
258 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
265 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i])); local
267 if (unlikely (this_type == JOINING_TYPE_T)) {
272 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
285 unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_category (buffer->context[1][i])); local
287 if (unlikely (this_type == JOINING_TYPE_T))
290 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 254 unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_category (buffer->context[0][i])); local
256 if (unlikely (this_type == JOINING_TYPE_T))
259 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
266 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i])); local
268 if (unlikely (this_type == JOINING_TYPE_T)) {
273 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
287 unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_category (buffer->context[1][i])); local
289 if (unlikely (this_type == JOINING_TYPE_T))
292 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
  /art/runtime/verifier/
register_line.cc 100 RegType& this_type = GetRegisterType(this_reg); local
101 if (!this_type.IsReferenceTypes()) {
103 << this_reg << " (type=" << this_type << ")"; local
106 return this_type;
method_verifier.cc 2297 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); local
2385 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); local
    [all...]
  /external/ltrace/
options.c 295 enum filter_rule_type this_type = type; local
373 add_filter_rule(filt, expr, this_type,
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 941 BrowserDistribution::Type this_type = product.distribution()->GetType(); local
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 992 Type *this_type = this_var->GetType(); local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 4234 Type *this_type = ResolveTypeUID (param_type_die_offset); local
    [all...]

Completed in 455 milliseconds