Home
last modified time | relevance | path

Searched refs:is_inert (Results 1 – 4 of 4) 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
255 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_reference()
265 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_destroy()
293 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_set_user_data()
320 if (unlikely (!obj || obj->header.is_inert ())) in hb_object_get_user_data()
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
208 if (unlikely (this->is_inert ())) in get_stored()
/third_party/rust/crates/memchr/src/memmem/prefilter/
Dmod.rs258 if self.is_inert() { in is_effective()
274 fn is_inert(&self) -> bool { in is_inert() method
/third_party/chromium/patch/
D0001-cve.patch4171 - bool is_inert = new_style.IsInert();
4172 - if (was_inert != is_inert) {
4174 - frame->SetIsInert(is_inert);