Searched refs:Wrapper (Results 1 – 7 of 7) sorted by relevance
22 pub(crate) struct Wrapper<S> { struct28 impl<S> Wrapper<S> { impl42 impl<S> Read for Wrapper<S> implementation56 impl<S> Write for Wrapper<S> implementation78 unsafe impl<S: Send> Send for Wrapper<S> {} implementation79 unsafe impl<S: Sync> Sync for Wrapper<S> {} implementation
19 use crate::async_impl::ssl_stream::{check_io_to_poll, Wrapper};26 pub struct AsyncSslStream<S>(ssl::SslStream<Wrapper<S>>);31 F: FnOnce(&mut ssl::SslStream<Wrapper<S>>) -> R, in with_context()68 Wrapper { in new()
22 pub(crate) use wrapper::{check_io_to_poll, Wrapper};
69 .progress-Wrapper {145 .list-Wrapper {175 .item-Wrapper {184 .space-Wrapper {
59 auto const Wrapper = std::static_pointer_cast<OsAccountSubscriber>( in RegistryAccountSubscriber() local61 return OsAccountManager::SubscribeOsAccount(Wrapper); in RegistryAccountSubscriber()
923 class Wrapper {925 inline Wrapper(allocator& a) : allocator_(&a) {} in Wrapper() function926 inline Wrapper& operator=(allocator& a)
1237 class Wrapper {1239 inline Wrapper(allocator& a) : allocator_(&a) {}1241 inline Wrapper& operator=(allocator& a)