Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dlayered.rs22 pub struct Layered<L, I, S = I> { struct
28 /// If this is also a `Layer`, then this `Layered` will implement `Layer`. argument
45 /// - `self.inner` is a tree of `Layered`s where _all_ arms of those argument
63 // === impl Layered === argument
65 impl<L, S> Layered<L, S> impl
89 impl<L, S> Subscriber for Layered<L, S> implementation
241 impl<S, A, B> Layer<S> for Layered<A, B, S> implementation
385 impl<'a, L, S> LookupSpan<'a> for Layered<L, S> implementation
401 impl<L, S> Layered<L, S> implementation
410 impl<A, B, S> Layered<A, B, S> implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/
Dmod.rs280 pub struct Layered<L, H, T, S, B, B2> { struct
286 impl<L, H, T, S, B, B2> fmt::Debug for Layered<L, H, T, S, B, B2> argument
297 impl<L, H, T, S, B, B2> Clone for Layered<L, H, T, S, B, B2> implementation
311 impl<H, S, T, L, B, B2> Handler<T, S, B2> for Layered<L, H, T, S, B, B2> implementation
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2588 GLboolean Layered; member
2931 GLboolean Layered; member