Home
last modified time | relevance | path

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

/external/rust/crates/ring/tests/
Dsignature_tests.rs13 test::compile_time_assert_copy::<signature::Signature>(); in signature_impl_test()
Dagreement_tests.rs65 test::compile_time_assert_copy::<agreement::UnparsedPublicKey<&[u8]>>(); in agreement_traits()
/external/rust/crates/ring/src/
Dtest.rs135 pub fn compile_time_assert_copy<T: Copy>() {} in compile_time_assert_copy() function