OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_inert
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/src/
hb-object-private.hh
123
inline bool
is_inert
(void) const {
function in struct:hb_object_header_t
128
if (unlikely (!this || this->
is_inert
()))
134
if (unlikely (!this || this->
is_inert
()))
149
if (unlikely (!this || this->
is_inert
()))
156
if (unlikely (!this || this->
is_inert
()))
194
return unlikely (obj->header.
is_inert
());
Completed in 111 milliseconds