OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_destroy
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh
91
/*
data_destroy
()
97
void (*
data_destroy
) (void *data);
member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc
192
if (plan->shaper->
data_destroy
)
193
plan->shaper->
data_destroy
(const_cast<void *> (plan->data));