Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-attributes/tests/
Dfollows_from.rs18 let cause_c = expect::span().named("cause_c"); in follows_from_sync_test() localVariable
37 let cause_c = tracing::span!(Level::TRACE, "cause_c"); in follows_from_sync_test() localVariable
49 let cause_c = expect::span().named("cause_c"); in follows_from_async_test() localVariable
71 let cause_c = tracing::span!(Level::TRACE, "cause_c"); in follows_from_async_test() localVariable