Home
last modified time | relevance | path

Searched refs:IDebugExpression (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h79 typedef interface IDebugExpression IDebugExpression; typedef
81 interface IDebugExpression; variable
783 typedef interface IDebugExpression IDebugExpression; typedef
785 interface IDebugExpression; variable
1946 IDebugExpression *This,
1958 IDebugExpression *This,
1968 IDebugExpression *This,
1973 IDebugExpression *This,
1980 interface IDebugExpression {
9457 typedef interface IDebugExpression IDebugExpression; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h79 typedef interface IDebugExpression IDebugExpression; typedef
81 interface IDebugExpression; variable
783 typedef interface IDebugExpression IDebugExpression; typedef
785 interface IDebugExpression; variable
1946 IDebugExpression *This,
1958 IDebugExpression *This,
1968 IDebugExpression *This,
1973 IDebugExpression *This,
1980 interface IDebugExpression {
9457 typedef interface IDebugExpression IDebugExpression; typedef
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs25716 pub struct IDebugExpression(::windows::runtime::IUnknown); struct
25717 impl IDebugExpression { impl
25735 unsafe impl ::windows::runtime::Interface for IDebugExpression { implementation
25739 impl ::std::convert::From<IDebugExpression> for ::windows::runtime::IUnknown {
25740 fn from(value: IDebugExpression) -> Self { in from()
25744 impl ::std::convert::From<&IDebugExpression> for ::windows::runtime::IUnknown {
25745 fn from(value: &IDebugExpression) -> Self { in from()
25749 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugExpression { implementation
25754 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugExpression { implementation
25818 let mut result__: <IDebugExpression as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in ParseLanguageText()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4479 pub type IDebugExpression = *mut ::core::ffi::c_void; typedef