Home
last modified time | relevance | path

Searched defs:downcast_raw (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dsubscriber.rs495 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() method
786 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
871 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dlayered.rs209 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
341 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
Dmod.rs1244 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() method
1664 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/
Dmain.rs3 mod downcast_raw; module
Ddowncast_raw.rs48 unsafe fn downcast_raw(&self, id: std::any::TypeId) -> Option<*const ()> { in forward_downcast_raw_to_layer() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dreload.rs188 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/
Dmod.rs858 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs442 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
Dfmt_layer.rs995 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function