Home
last modified time | relevance | path

Searched defs:pNamespace (Results 1 – 19 of 19) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/helper/common/
H A DMockNetworkManager.cpp89 const QByteArray& pNamespace, in paos()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiatlprov.h44 CProviderHelper(IWbemServices *pNamespace,IWbemContext *pCtx) { in CProviderHelper()
117 …CIntrinsicEventProviderHelper(IWbemServices *pNamespace,IWbemContext *pCtx) : CProviderHelper (pNa… in CIntrinsicEventProviderHelper()
231 …CInstanceProviderHelper (IWbemServices *pNamespace,IWbemContext *pCtx) : CProviderHelper (pNamespa… in CInstanceProviderHelper()
H A Dmshtmlc.h33330 #define IElementNamespaceFactory_Create(This,pNamespace) (This)->lpVtbl->Create(This,pNamespace) argument
33363 #define IElementNamespaceFactory2_Create(This,pNamespace) (This)->lpVtbl->Create(This,pNamespace) argument
33364 #define IElementNamespaceFactory2_CreateWithImplementation(This,pNamespace,bstrImplementation) (Thi… argument
33396 …espaceFactoryCallback_Resolve(This,bstrNamespace,bstrTagName,bstrAttrs,pNamespace) (This)->lpVtbl-… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiatlprov.h44 CProviderHelper(IWbemServices *pNamespace,IWbemContext *pCtx) { in CProviderHelper()
117 …CIntrinsicEventProviderHelper(IWbemServices *pNamespace,IWbemContext *pCtx) : CProviderHelper (pNa… in CIntrinsicEventProviderHelper()
231 …CInstanceProviderHelper (IWbemServices *pNamespace,IWbemContext *pCtx) : CProviderHelper (pNamespa… in CInstanceProviderHelper()
H A Dmshtmlc.h33330 #define IElementNamespaceFactory_Create(This,pNamespace) (This)->lpVtbl->Create(This,pNamespace) argument
33363 #define IElementNamespaceFactory2_Create(This,pNamespace) (This)->lpVtbl->Create(This,pNamespace) argument
33364 #define IElementNamespaceFactory2_CreateWithImplementation(This,pNamespace,bstrImplementation) (Thi… argument
33396 …espaceFactoryCallback_Resolve(This,bstrNamespace,bstrTagName,bstrAttrs,pNamespace) (This)->lpVtbl-… argument
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/network/
H A DNetworkManager.cpp56 const QByteArray& pNamespace, in paos()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkDirectXGPUInfoList.cxx216 BSTR pNamespace=SysAllocString(L"\\\\.\\root\\cimv2"); in ProbeInfoWithWMI() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/
H A Dxmltesttools.cxx209 for (xmlNsPtr pNamespace = pXmlNode->nsDef; pNamespace; pNamespace = pNamespace->next) in assertXPathNSDef() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/
H A Dxmltesttools.cxx205 for (xmlNsPtr pNamespace = pXmlNode->nsDef; pNamespace; pNamespace = pNamespace->next) in assertXPathNSDef() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dnamespacemap.cxx278 OUString *pNamespace, in GetKeyByQName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dnmspmap.cxx273 OUString *pNamespace, in GetKeyByAttrName_()
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windows_gaming_input.c467 PCWSTR pNamespace; in WGI_JoystickInit() local
H A DSDL_rawinputjoystick.c558 PCWSTR pNamespace = L"Windows.Gaming.Input.Gamepad"; in RAWINPUT_InitWindowsGamingInput() local
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windows_gaming_input.c467 PCWSTR pNamespace; in WGI_JoystickInit() local
H A DSDL_rawinputjoystick.c558 PCWSTR pNamespace = L"Windows.Gaming.Input.Gamepad"; in RAWINPUT_InitWindowsGamingInput() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx996 const char* pNamespace = "http://schemas.microsoft.com/office/word/2010/wordprocessingShape"; in writeDMLDrawing() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx880 const char* pNamespace = "http://schemas.microsoft.com/office/word/2010/wordprocessingShape"; in writeDMLDrawing() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Administration/
H A DWbemNative.cs275 [In][MarshalAs(UnmanagedType.Interface)] IWbemServices pNamespace, in Initialize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs915 …managedType.LPWStr)] string wszLocale, [In][MarshalAs(UnmanagedType.Interface)] IWbemServices … in Initialize_()