HomeSort by relevance Sort by last modified time
    Searched refs:add_in (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
typo-correction.cpp 114 void add_in(int i);
119 void TestRedecl::add_in(int i) {} // expected-error{{out-of-line definition of 'add_in' does not match any declaration in 'TestRedecl'; did you mean 'add_it'?}} function in class:TestRedecl
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 559 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & local
561 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED;
564 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED;
571 add_in &= ~HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
574 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED;
576 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
578 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 572 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) & local
574 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED;
576 add_in |= HB_OT_LAYOUT_GLYPH_PROPS_LIGATED;
578 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
580 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess);
    [all...]

Completed in 327 milliseconds