Home
last modified time | relevance | path

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/
Didentity.hpp34 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/
Didentity.cpp28 typedef apply1< make_identity<>, char >::type t1; in MPL_TEST_CASE()
29 typedef apply1< make_identity<_1>, int >::type t2; in MPL_TEST_CASE()
Dfor_each.cpp66 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/
Dfuzz_tests.rs89 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/
Dbasic_server_usage.rs115 let (secret, signing_identity) = make_identity(name); in make_client()
124 fn make_identity(name: &str) -> (SignatureSecretKey, SigningIdentity) { in make_identity() function