Home
last modified time | relevance | path

Searched refs:with_passing_test_cases (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dimpls.rs1401 fn with_passing_test_cases<F: Fn(Box<ReadOnly<Self>>)>(f: F); in test_impls() method
1406 fn with_passing_test_cases<F: Fn(Box<ReadOnly<Self>>)>(f: F) { in test_impls() method
1429 fn with_passing_test_cases<F: Fn(Box<ReadOnly<Self>>)>(f: F) { in test_impls()
1469 fn with_passing_test_cases<F: Fn(Box<ReadOnly<Self>>)>(_f: F) { in test_impls()
1779 <$ty as TryFromBytesTestable>::with_passing_test_cases(|mut val| { in test_impls()