Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-subscriber/tests/layer_filters/
Dmain.rs6 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
/third_party/rust/crates/tracing/tracing-error/src/
Dlayer.rs54 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/tracing-core/src/
Dsubscriber.rs495 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() method
778 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
863 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/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.rs1226 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() method
1646 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/tracing-subscriber/src/
Dreload.rs188 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/
Dmod.rs759 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs442 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
Dfmt_layer.rs955 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
/third_party/rust/crates/tracing/tracing-opentelemetry/src/
Dlayer.rs930 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function