Home
last modified time | relevance | path

Searched defs:is_inert (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-object.hh153 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
199 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
Dhb-machinery.hh149 bool is_inert () const { return !get_data (); } in is_inert() function
157 bool is_inert () const { return false; } in is_inert() function
/third_party/rust/crates/memchr/src/memmem/prefilter/
Dmod.rs274 fn is_inert(&self) -> bool { in is_inert() method