Home
last modified time | relevance | path

Searched defs:with_explicit_parent (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/tracing/tracing-attributes/tests/
Dparents.rs9 fn with_explicit_parent<P>(parent_span: P) in with_explicit_parent() function
/third_party/rust/crates/tracing/tracing-mock/src/
Dspan.rs68 pub fn with_explicit_parent(self, parent: Option<&str>) -> NewSpan { in with_explicit_parent() method
156 pub fn with_explicit_parent(self, parent: Option<&str>) -> NewSpan { in with_explicit_parent() method
Devent.rs75 pub fn with_explicit_parent(self, parent: Option<&str>) -> MockEvent { in with_explicit_parent() method