Home
last modified time | relevance | path

Searched defs:TryFrom (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/sample/hwcryptohal/common/
Dandroid.rs57 impl TryFrom<$aidl_name> for $wrapper_name { impl
67 impl TryFrom<u64> for $wrapper_name { impl
81 impl TryFrom<ciborium::value::Integer> for $wrapper_name { impl
123 impl TryFrom<i64> for $name { impl
136 impl TryFrom<ciborium::value::Integer> for $name { impl
/trusty/user/app/authmgr/authmgr-be/lib/src/
Dserver.rs227 impl<'a> TryFrom<&'a AuthMgrServicesConnection> for &'a AuthMgrConnection { impl
237 impl<'a> TryFrom<&'a AuthMgrServicesConnection> for &'a RpcServerConnection { impl
/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs669 impl TryFrom<&binder::Strong<dyn IOpaqueKey>> for OpaqueKey { impl