Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-object.hh153 bool is_inert () const { return !ref_count; } in is_inert() function
219 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
H A Dhb-machinery.hh155 bool is_inert () const { return !get_data (); } in is_inert() function
163 bool is_inert () const { return false; } in is_inert() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/memmem/
H A Dsearcher.rs945 fn is_inert(&self) -> bool { in is_inert() method
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/memmem/
Dsearcher.rs945 fn is_inert(&self) -> bool { in is_inert() method