Home
last modified time | relevance | path

Searched refs:PostGetSize (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DMallocSpy.h85 virtual SIZE_T STDMETHODCALLTYPE PostGetSize(SIZE_T size, BOOL wasSpyed) override in PostGetSize() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d622 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d622 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d622 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dmemleak.cpp210 STDMETHOD_(ULONG, PostGetSize) (ULONG cbActual, BOOL /* fSpyed */) { argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d622 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d621 SIZE_T PostGetSize(SIZE_T, BOOL);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dobjidl.h576 STDMETHOD_(ULONG,PostGetSize)(THIS_ ULONG,BOOL) PURE; in DECLARE_INTERFACE_()
1526 #define IMallocSpy_PostGetSize(This,cbActual,fSpyed) (This)->lpVtbl->PostGetSize(This,cbActual,fSpy…
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dobjidl.h576 STDMETHOD_(ULONG,PostGetSize)(THIS_ ULONG,BOOL) PURE; in DECLARE_INTERFACE_()
1526 #define IMallocSpy_PostGetSize(This,cbActual,fSpyed) (This)->lpVtbl->PostGetSize(This,cbActual,fSpy…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjidl.h6965 virtual SIZE_T STDMETHODCALLTYPE PostGetSize(
7039 SIZE_T (STDMETHODCALLTYPE *PostGetSize)(
7082 #define IMallocSpy_PostGetSize(This,cbActual,fSpyed) (This)->lpVtbl->PostGetSize(This,cbActual,fSpy…
7121 return This->lpVtbl->PostGetSize(This,cbActual,fSpyed);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjidl.h6965 virtual SIZE_T STDMETHODCALLTYPE PostGetSize(
7039 SIZE_T (STDMETHODCALLTYPE *PostGetSize)(
7082 #define IMallocSpy_PostGetSize(This,cbActual,fSpyed) (This)->lpVtbl->PostGetSize(This,cbActual,fSpy…
7121 return This->lpVtbl->PostGetSize(This,cbActual,fSpyed);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs5776 …pub unsafe fn PostGetSize<'a, Param1: ::windows::runtime::IntoParam<'a, super::super::Foundation::… in PostGetSize() method