Searched defs:downcast_raw (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/crates/tracing/tracing-subscriber/tests/layer_filters/ |
| D | main.rs | 6 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
|
| /third_party/rust/crates/tracing/tracing-error/src/ |
| D | layer.rs | 54 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|
| /third_party/rust/crates/tracing/tracing-core/src/ |
| D | subscriber.rs | 495 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/ |
| 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 | 1226 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/ |
| D | reload.rs | 188 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/ |
| D | mod.rs | 759 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|
| /third_party/rust/crates/tracing/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 | 955 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|
| /third_party/rust/crates/tracing/tracing-opentelemetry/src/ |
| D | layer.rs | 930 unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()> { in downcast_raw() function
|