Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/
Dmod.rs195 fn is_enabled_for(&self, filter: FilterId) -> bool { in is_enabled_for() method
504 pub(crate) fn is_enabled_for(&self, filter: FilterId) -> bool { in is_enabled_for() function
Dsharded.rs441 fn is_enabled_for(&self, filter: FilterId) -> bool { in is_enabled_for() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dcontext.rs384 pub(crate) fn is_enabled_for(&self, span: &span::Id, filter: FilterId) -> bool in is_enabled_for() function