Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
Dreplace_identifier.cc71 auto in_scope = in IsApplicable() local
/third_party/rust/crates/tracing/tracing-mock/src/
Devent.rs120 pub fn in_scope(self, spans: impl IntoIterator<Item = span::MockSpan>) -> Self { in in_scope() method
/third_party/rust/crates/tracing/tracing/src/
Dspan.rs1100 pub fn in_scope<F: FnOnce() -> T, T>(&self, f: F) -> T { in in_scope() method