Home
last modified time | relevance | path

Searched defs:new_span (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/crates/tracing/tracing-core/tests/common/
Dmod.rs8 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
/third_party/rust/crates/tracing/tracing/tests/
Dregister_callsite_deadlock.rs22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in register_callsite_doesnt_deadlock() method
Dsubscriber.rs36 fn new_span(&self, _: &Attributes<'_>) -> Id { in event_macros_dont_infinite_loop() method
/third_party/rust/crates/tracing/tracing-core/src/
Dsubscriber.rs258 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id; in new_span() method
683 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
722 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function
807 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function
Ddispatcher.rs532 pub fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() method
897 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in events_dont_infinite_loop() method
946 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in spans_dont_infinite_loop() method
986 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in default_dispatch() method
/third_party/rust/crates/tracing/tracing/test-log-support/tests/
Dlog_with_trace.rs10 fn new_span(&self, _: &tracing::span::Attributes) -> tracing::span::Id { in new_span() method
/third_party/rust/crates/tracing/tracing/benches/
Dshared.rs93 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
131 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
/third_party/rust/crates/tracing/examples/examples/
Dserde-yak-shave.rs31 fn new_span(&self, attrs: &Attributes<'_>) -> Id { in new_span() method
Dcounters.rs79 fn new_span(&self, new_span: &span::Attributes<'_>) -> Id { in new_span() method
/third_party/rust/crates/tracing/tracing/test_static_max_level_features/tests/
Dtest.rs26 fn new_span(&self, span: &Attributes) -> Id { in new_span() method
/third_party/rust/crates/tracing/tracing-log/tests/
Dlog_tracer.rs33 fn new_span(&self, _span: &Attributes<'_>) -> span::Id { in new_span() method
/third_party/rust/crates/tracing/tracing/src/
Dspan.rs447 let new_span = Attributes::new(meta, values); in new_with() localVariable
471 let new_span = Attributes::new_root(meta, values); in new_root_with() localVariable
503 let new_span = match parent.into() { in child_of_with() localVariable
/third_party/rust/crates/tracing/tracing-mock/src/
Dsubscriber.rs145 pub fn new_span<I>(mut self, new_span: I) -> Self in new_span() function
297 fn new_span(&self, span: &Attributes<'_>) -> Id { in new_span() function
/third_party/rust/crates/tracing/tracing-subscriber/benches/
Dfilter.rs13 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
Dfilter_log.rs13 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
/third_party/rust/crates/tracing/tracing-subscriber/tests/
Dreload.rs24 fn new_span(&self, _: &Attributes<'_>) -> Id { in new_span() method
Dsupport.rs105 pub fn new_span<I>(mut self, new_span: I) -> Self in new_span() method
/third_party/rust/crates/tracing/tracing-subscriber/src/layer/
Dtests.rs34 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
Dlayered.rs125 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function
/third_party/rust/crates/tracing/examples/examples/sloggish/
Dsloggish_subscriber.rs201 fn new_span(&self, span: &tracing::span::Attributes<'_>) -> tracing::Id { in new_span() method
/third_party/rust/crates/tracing/tracing-log/src/
Dtrace_logger.rs239 fn new_span(&self, attrs: &span::Attributes<'_>) -> Id { in new_span() method
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dmod.rs829 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/
Dsharded.rs237 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() method
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs387 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() function