| /third_party/rust/crates/tracing/tracing-core/tests/common/ |
| D | mod.rs | 8 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/ |
| D | register_callsite_deadlock.rs | 22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in register_callsite_doesnt_deadlock() method
|
| D | subscriber.rs | 36 fn new_span(&self, _: &Attributes<'_>) -> Id { in event_macros_dont_infinite_loop() method
|
| /third_party/rust/crates/tracing/tracing-core/src/ |
| D | subscriber.rs | 258 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
|
| D | dispatcher.rs | 532 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/ |
| D | log_with_trace.rs | 10 fn new_span(&self, _: &tracing::span::Attributes) -> tracing::span::Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing/benches/ |
| D | shared.rs | 93 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/ |
| D | serde-yak-shave.rs | 31 fn new_span(&self, attrs: &Attributes<'_>) -> Id { in new_span() method
|
| D | counters.rs | 79 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/ |
| D | test.rs | 26 fn new_span(&self, span: &Attributes) -> Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-log/tests/ |
| D | log_tracer.rs | 33 fn new_span(&self, _span: &Attributes<'_>) -> span::Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing/src/ |
| D | span.rs | 447 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/ |
| D | subscriber.rs | 145 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/ |
| D | filter.rs | 13 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
|
| D | filter_log.rs | 13 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/tests/ |
| D | reload.rs | 24 fn new_span(&self, _: &Attributes<'_>) -> Id { in new_span() method
|
| D | support.rs | 105 pub fn new_span<I>(mut self, new_span: I) -> Self in new_span() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/layer/ |
| D | tests.rs | 34 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
|
| D | layered.rs | 125 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function
|
| /third_party/rust/crates/tracing/examples/examples/sloggish/ |
| D | sloggish_subscriber.rs | 201 fn new_span(&self, span: &tracing::span::Attributes<'_>) -> tracing::Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-log/src/ |
| D | trace_logger.rs | 239 fn new_span(&self, attrs: &span::Attributes<'_>) -> Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/ |
| D | mod.rs | 829 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/registry/ |
| D | sharded.rs | 237 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
| D | mod.rs | 387 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() function
|