Home
last modified time | relevance | path

Searched defs:IComponents (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtuner.h327 typedef interface IComponents IComponents; typedef
329 interface IComponents; variable
1030 typedef interface IComponents IComponents; typedef
1032 interface IComponents; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtuner.h327 typedef interface IComponents IComponents; typedef
329 interface IComponents; variable
1030 typedef interface IComponents IComponents; typedef
1032 interface IComponents; variable
/dports/devel/mercurial/mercurial-6.0/mercurial/thirdparty/zope/interface/
H A Dinterfaces.py1292 class IComponents(IComponentLookup, IComponentRegistry): class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ZopeInterface/zope/interface/
H A Dinterfaces.py1283 class IComponents(IComponentLookup, IComponentRegistry): class
/dports/devel/py-zope.interface/zope.interface-5.3.0/src/zope/interface/
H A Dinterfaces.py1583 class IComponents(IComponentLookup, IComponentRegistry): class
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Dbdadefs.h33 class IComponents; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs14999 pub unsafe fn Components(&self) -> ::windows::runtime::Result<IComponents> { in Components()
23456 pub unsafe fn Components(&self) -> ::windows::runtime::Result<IComponents> { in Components()
23598 pub unsafe fn Components(&self) -> ::windows::runtime::Result<IComponents> { in Components()
24103 pub struct IComponents(::windows::runtime::IUnknown); struct
24104 impl IComponents { impl
24132 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IComponents> { in Clone()
24141 unsafe impl ::windows::runtime::Interface for IComponents { implementation
24248 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IComponents> { in Clone()
27173 pub unsafe fn Components(&self) -> ::windows::runtime::Result<IComponents> { in Components()
29346 pub unsafe fn Components(&self) -> ::windows::runtime::Result<IComponents> { in Components()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs5090 pub type IComponents = *mut ::core::ffi::c_void; typedef