Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
H A Dlib.rs21 pub trait DefaultStrategy { interface
28 impl DefaultStrategy for $type { impl
50 impl<T> DefaultStrategy for *const T { impl
61 impl<T> DefaultStrategy for *mut T { impl
104 impl<T: core::fmt::Debug + DefaultStrategy, const LANES: usize> DefaultStrategy for [T; LANES] { impl
130 pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>( in test_2()
143 A: core::fmt::Debug + DefaultStrategy, in test_3()
144 B: core::fmt::Debug + DefaultStrategy, in test_3() argument
145 C: core::fmt::Debug + DefaultStrategy, in test_3()
168 Scalar: Copy + core::fmt::Debug + DefaultStrategy,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
H A Dlib.rs21 pub trait DefaultStrategy { trait
28 impl DefaultStrategy for $type { impl
50 impl<T> DefaultStrategy for *const T { impl
61 impl<T> DefaultStrategy for *mut T { impl
104 impl<T: core::fmt::Debug + DefaultStrategy, const LANES: usize> DefaultStrategy for [T; LANES] { impl
130 pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>( in test_2()
143 A: core::fmt::Debug + DefaultStrategy, in test_3()
144 B: core::fmt::Debug + DefaultStrategy, in test_3() argument
145 C: core::fmt::Debug + DefaultStrategy, in test_3()
168 Scalar: Copy + core::fmt::Debug + DefaultStrategy,
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
H A Dlib.rs21 pub trait DefaultStrategy { interface
28 impl DefaultStrategy for $type { impl
50 impl<T> DefaultStrategy for *const T { impl
61 impl<T> DefaultStrategy for *mut T { impl
104 impl<T: core::fmt::Debug + DefaultStrategy, const LANES: usize> DefaultStrategy for [T; LANES] { impl
130 pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>( in test_2()
143 A: core::fmt::Debug + DefaultStrategy, in test_3()
144 B: core::fmt::Debug + DefaultStrategy, in test_3() argument
145 C: core::fmt::Debug + DefaultStrategy, in test_3()
168 Scalar: Copy + core::fmt::Debug + DefaultStrategy,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
H A Dlib.rs21 pub trait DefaultStrategy { trait
28 impl DefaultStrategy for $type { impl
50 impl<T> DefaultStrategy for *const T { impl
61 impl<T> DefaultStrategy for *mut T { impl
104 impl<T: core::fmt::Debug + DefaultStrategy, const LANES: usize> DefaultStrategy for [T; LANES] { impl
130 pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>( in test_2()
143 A: core::fmt::Debug + DefaultStrategy, in test_3()
144 B: core::fmt::Debug + DefaultStrategy, in test_3() argument
145 C: core::fmt::Debug + DefaultStrategy, in test_3()
168 Scalar: Copy + core::fmt::Debug + DefaultStrategy,
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
H A Dlib.rs21 pub trait DefaultStrategy { trait
28 impl DefaultStrategy for $type { impl
50 impl<T> DefaultStrategy for *const T { impl
61 impl<T> DefaultStrategy for *mut T { impl
104 impl<T: core::fmt::Debug + DefaultStrategy, const LANES: usize> DefaultStrategy for [T; LANES] { impl
130 pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>( in test_2()
143 A: core::fmt::Debug + DefaultStrategy, in test_3()
144 B: core::fmt::Debug + DefaultStrategy, in test_3() argument
145 C: core::fmt::Debug + DefaultStrategy, in test_3()
168 Scalar: Copy + core::fmt::Debug + DefaultStrategy,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/strategy/
Dmod.rs93 pub type DefaultStrategy = HybridStrategy<DefaultConfig>; typedef