/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 158 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter() function 159 self.a.on_enter(id, ctx.clone()); in on_enter() 160 self.b.on_enter(id, ctx); in on_enter() 350 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter() function 351 self.a.on_enter(id, ctx.clone()); in on_enter() 352 self.b.on_enter(id, ctx); in on_enter() 508 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter() function 509 self.a.on_enter(id, ctx); in on_enter()
|
D | mod.rs | 729 fn on_enter(&self, id: &span::Id, cx: Context<'_, S>) { in on_enter() function 731 self.filter.on_enter(id, cx.clone()); in on_enter() 732 self.layer.on_enter(id, cx); in on_enter()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/layer/ |
D | mod.rs | 912 fn on_enter(&self, _id: &span::Id, _ctx: Context<'_, S>) {} in on_enter() method 1458 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { 1617 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter() function 1619 inner.on_enter(id, ctx); in on_enter() 1713 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { 1714 self.deref().on_enter(id, ctx) 1830 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { 1832 l.on_enter(id, ctx.clone());
|
D | layered.rs | 158 self.layer.on_enter(span, self.ctx()); in enter() 317 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter() function 318 self.inner.on_enter(id, ctx.clone()); in on_enter() 319 self.layer.on_enter(id, ctx); in on_enter()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/ |
D | reload.rs | 163 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter() function 164 try_lock!(self.inner.read()).on_enter(id, ctx) in on_enter() 237 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter() function 238 try_lock!(self.inner.read()).on_enter(id, ctx) in on_enter()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/ |
D | mod.rs | 561 pub fn on_enter<S>(&self, id: &span::Id, _: Context<'_, S>) { in on_enter() method 669 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter() method 670 self.on_enter(id, ctx); in on_enter() 715 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { 716 self.on_enter(id, ctx);
|
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/ |
D | mod.rs | 605 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in spanref_scope_iteration_order() function 640 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in spanref_scope_fromroot_iteration_order() function
|
/third_party/rust/crates/tracing/tracing-flame/src/ |
D | lib.rs | 390 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter() function
|
/third_party/rust/crates/tracing/tracing-subscriber/tests/ |
D | support.rs | 293 fn on_enter(&self, id: &Id, cx: Context<'_, S>) { in on_enter() function
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 827 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter() function
|
/third_party/rust/crates/tracing/tracing-opentelemetry/src/ |
D | layer.rs | 726 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter() function
|
/third_party/rust/crates/tracing/tracing-subscriber/ |
D | CHANGELOG.md | 120 - **registry**: `Filter::on_new_span`, `Filter::on_enter`,
|