/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/ |
D | combinator.rs | 152 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function 344 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function 503 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function
|
D | mod.rs | 567 fn on_record(&self, id: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function 791 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, cx: Context<'_, S>) { in on_record() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/ |
D | reload.rs | 143 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record() function 232 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/ |
D | mod.rs | 892 fn on_record(&self, _span: &span::Id, _values: &span::Record<'_>, _ctx: Context<'_, S>) {} in on_record() method 1606 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function
|
D | layered.rs | 288 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | mod.rs | 602 pub fn on_record<S>(&self, id: &span::Id, values: &span::Record<'_>, _: Context<'_, S>) { in on_record() method 664 fn on_record(&self, id: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() method
|
/aosp_15_r20/system/extras/libatrace_rust/src/ |
H A D | tracing_subscriber.rs | 111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 848 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function
|