Searched refs:make_identity (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | identity.hpp | 34 struct make_identity struct 37 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, make_identity, (T)) 41 BOOST_MPL_AUX_NA_SPEC_NO_ETI(1, make_identity)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | identity.cpp | 28 typedef apply1< make_identity<>, char >::type t1; in MPL_TEST_CASE() 29 typedef apply1< make_identity<_1>, int >::type t2; in MPL_TEST_CASE()
|
D | for_each.cpp | 66 mpl::for_each< types,mpl::make_identity<mpl::_1> >(type_printer(std::cout)); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/ |
D | fuzz_tests.rs | 89 let (secret, signing_identity) = make_identity(cipher_suite, name); in make_client() 99 fn make_identity(cipher_suite: CipherSuite, name: &str) -> (SignatureSecretKey, SigningIdentity) { in make_identity() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | basic_server_usage.rs | 115 let (secret, signing_identity) = make_identity(name); in make_client() 124 fn make_identity(name: &str) -> (SignatureSecretKey, SigningIdentity) { in make_identity() function
|