Searched defs:new_span (Results  1 – 9 of 9) sorted by relevance
| /external/pdfium/core/fxcrt/ | 
| D | widetext_buffer.cpp | 37   pdfium::span<wchar_t> new_span = ExpandWideBuf(1);  in AppendChar()  local50   pdfium::span<wchar_t> new_span = ExpandWideBuf(ascii.GetLength());  in operator <<()  local
 
 | 
| /external/rust/crates/tracing-core/tests/common/ | 
| D | mod.rs | 8     fn new_span(&self, _: &span::Attributes<'_>) -> span::Id {  in new_span()  method22     fn new_span(&self, _: &span::Attributes<'_>) -> span::Id {  in new_span()  method
 
 | 
| /external/rust/crates/tracing-core/src/ | 
| D | subscriber.rs | 258     fn new_span(&self, span: &span::Attributes<'_>) -> span::Id;  in new_span()  method683     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()  method897             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/ | 
| 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
 | 
| /external/rust/crates/tracing/benches/ | 
| D | shared.rs | 93     fn new_span(&self, span: &span::Attributes<'_>) -> Id {  in new_span()  method131     fn new_span(&self, span: &span::Attributes<'_>) -> Id {  in new_span()  method
 
 | 
| /external/rust/crates/tracing/src/ | 
| D | span.rs | 447         let new_span = Attributes::new(meta, values);  in new_with()  localVariable471         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/ | 
| D | test.rs | 596         fn new_span(&self, _span: &Attributes) -> Id {  in new_span()  method
 |