Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/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
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
Ddispatcher.rs560 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 Dwidetext_buffer.cpp37 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/
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
/aosp_15_r20/external/rust/android-crates-io/crates/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
/aosp_15_r20/external/rust/android-crates-io/crates/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
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/
Dregister_callsite_deadlock.rs22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in register_callsite_doesnt_deadlock() method
Dsubscriber.rs35 fn new_span(&self, _: &Attributes<'_>) -> Id { in event_macros_dont_infinite_loop() method
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dchunk.cc202 ByteSpan new_span(data() + begin, end - begin); in Slice() local
/aosp_15_r20/external/rust/android-crates-io/crates/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
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/tests/
Dreload.rs24 fn new_span(&self, _: &Attributes<'_>) -> Id { in new_span() method
/aosp_15_r20/external/rust/android-crates-io/crates/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
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dnarratable.rs180 let new_span = LabeledSpan::new( in render_snippets() localVariable
Dgraphical.rs344 let new_span = LabeledSpan::new( localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dmod.rs829 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/
Dsharded.rs237 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/
Dmod.rs387 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/
Dtest.rs616 fn new_span(&self, _span: &Attributes) -> Id { in new_span() method