/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 146 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span() function 338 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span() function 498 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span() function
|
D | mod.rs | 560 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span() function 778 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, cx: Context<'_, S>) { in on_new_span() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/ |
D | reload.rs | 138 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span() function 227 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/ |
D | mod.rs | 875 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span() method 1571 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span() function
|
D | layered.rs | 282 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | mod.rs | 548 pub fn on_new_span<S>(&self, attrs: &span::Attributes<'_>, id: &span::Id, _: Context<'_, S>) { in on_new_span() method 659 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/ |
D | sharded.rs | 605 fn on_new_span(&self, _: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span() function
|
/aosp_15_r20/system/extras/libatrace_rust/src/ |
H A D | tracing_subscriber.rs | 100 fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<S>) { in on_new_span() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 811 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span() function
|