Searched refs:NewSpan (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/tracing/tracing-mock/src/ |
D | span.rs | 15 pub struct NewSpan { struct 68 pub fn with_explicit_parent(self, parent: Option<&str>) -> NewSpan { in with_explicit_parent() argument 73 NewSpan { in with_explicit_parent() 80 pub fn with_contextual_parent(self, parent: Option<&str>) -> NewSpan { in with_contextual_parent() argument 85 NewSpan { in with_contextual_parent() 104 pub fn with_field<I>(self, fields: I) -> NewSpan in with_field() 108 NewSpan { in with_field() 146 impl From<MockSpan> for NewSpan { implementation 155 impl NewSpan { implementation 156 pub fn with_explicit_parent(self, parent: Option<&str>) -> NewSpan { in with_explicit_parent() argument [all …]
|
D | subscriber.rs | 5 span::{MockSpan, NewSpan}, 35 NewSpan(NewSpan), enumerator 147 I: Into<NewSpan>, in new_span() argument 149 self.expected.push_back(Expect::NewSpan(new_span.into())); in new_span() 309 let was_expected = matches!(expected.front(), Some(Expect::NewSpan(_))); in new_span() 312 if let Expect::NewSpan(mut expected) = expected.pop_front().unwrap() { in new_span() 526 Expect::NewSpan(e) => panic!( in bad()
|
/third_party/rust/crates/tracing/tracing-subscriber/tests/ |
D | support.rs | 10 span::{MockSpan, NewSpan}, 107 I: Into<NewSpan>, in new_span() argument 109 self.expected.push_back(Expect::NewSpan(new_span.into())); in new_span() 279 let was_expected = matches!(expected.front(), Some(Expect::NewSpan(_))); in on_new_span() 281 if let Expect::NewSpan(mut expected) = expected.pop_front().unwrap() { in on_new_span()
|
/third_party/rust/crates/tracing/tracing-attributes/tests/ |
D | fields.rs | 4 use tracing_mock::span::NewSpan; 150 fn run_test<F: FnOnce() -> T, T>(span: NewSpan, fun: F) { in run_test() argument
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 884 <!-- tcmalloc::NewSpan(unsigned long, unsigned long) --> 22440 <!-- tcmalloc::Span* tcmalloc::NewSpan(PageID, Length) --> 22441 …<function-decl name='NewSpan' mangled-name='_ZN8tcmalloc7NewSpanEmm' filepath='src/span.cc' line='…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 13878 …<function-decl name='NewSpan' mangled-name='_ZN8tcmalloc7NewSpanEmm' filepath='src/span.cc' line='…
|