OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_in
(Results
1 - 2
of
2
) 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/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 124 milliseconds