Home
last modified time | relevance | path

Searched defs:IConnector (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/replication/tcp/
H A Dredis.py272 def startedConnecting(self, connector: IConnector):
278 def clientConnectionFailed(self, connector: IConnector, reason: Failure):
286 def clientConnectionLost(self, connector: IConnector, reason: Failure):
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/signal/
H A Dsignaler_with_args.pattern.h43 class MAKE_NAME(IConnector) { in MAKE_NAME() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddevicetopology.h183 typedef interface IConnector IConnector; typedef
185 interface IConnector; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddevicetopology.h183 typedef interface IConnector IConnector; typedef
185 interface IConnector; variable
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dinterfaces.py27 class IConnector(Interface): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Dinterfaces.py71 class IConnector(Interface): class
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h161 typedef interface IConnector IConnector; typedef
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h161 typedef interface IConnector IConnector; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h161 typedef interface IConnector IConnector; typedef
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h161 typedef interface IConnector IConnector; typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h161 typedef interface IConnector IConnector; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs5258 pub struct IConnector(::windows::runtime::IUnknown); struct
5259 impl IConnector { implementation
5279 pub unsafe fn GetConnectedTo(&self) -> ::windows::runtime::Result<IConnector> { in GetConnectedTo()
5294 unsafe impl ::windows::runtime::Interface for IConnector { implementation
5308 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IConnector { implementation
5313 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IConnector { implementation
5485 pub unsafe fn GetConnector(&self, nindex: u32) -> ::windows::runtime::Result<IConnector> { in GetConnector()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/
H A Dmod.rs1296 pub type IConnector = *mut ::core::ffi::c_void; typedef