Searched defs:downcast_raw (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/ |
D | subscriber.rs | 495 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/ |
D | layered.rs | 209 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
|
D | mod.rs | 1244 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/ |
D | main.rs | 3 mod downcast_raw; module
|
D | downcast_raw.rs | 48 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/ |
D | reload.rs | 188 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/ |
D | mod.rs | 858 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/ |
D | mod.rs | 442 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|
D | fmt_layer.rs | 995 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|