/aosp_15_r20/external/rust/android-crates-io/crates/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 730 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function 815 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() function
|
D | dispatcher.rs | 560 pub fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span() method 960 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in events_dont_infinite_loop() method 1009 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in spans_dont_infinite_loop() method 1049 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in default_dispatch() method
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | widetext_buffer.cpp | 37 pdfium::span<wchar_t> new_span = ExpandWideBuf(1); in AppendChar() local 50 pdfium::span<wchar_t> new_span = ExpandWideBuf(ascii.GetLength()); in operator <<() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/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 | 35 fn new_span(&self, _: &Attributes<'_>) -> Id { in event_macros_dont_infinite_loop() method
|
/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | chunk.cc | 202 ByteSpan new_span(data() + begin, end - begin); in Slice() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/tests/ |
D | reload.rs | 24 fn new_span(&self, _: &Attributes<'_>) -> Id { in new_span() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/ |
D | narratable.rs | 180 let new_span = LabeledSpan::new( in render_snippets() localVariable
|
D | graphical.rs | 344 let new_span = LabeledSpan::new( localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | mod.rs | 829 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/ |
D | sharded.rs | 237 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | mod.rs | 387 fn new_span(&self, attrs: &span::Attributes<'_>) -> span::Id { in new_span() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/ |
D | test.rs | 616 fn new_span(&self, _span: &Attributes) -> Id { in new_span() method
|