Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
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
/external/rust/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
/external/rust/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
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
/external/rust/crates/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
/external/rust/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
/external/rust/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
/external/rust/crates/async-trait/tests/
Dtest.rs596 fn new_span(&self, _span: &Attributes) -> Id { in new_span() method