Home
last modified time | relevance | path

Searched defs:pMethod (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.StackTraceGenerator/src/Internal/Dia/
H A DStdCall.cs14 … public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis) { throw NotImplemented.ByDesign; } in StdCall()
15 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, char* pc) { throw NotImplemented.B… in StdCall()
16 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, out IntPtr ppOut) { throw NotImple… in StdCall()
17 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, out long ppOut) { throw NotImpleme… in StdCall()
18 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, out int pOut) { throw NotImplement… in StdCall()
19 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, int i, out IntPtr ppOut) { throw N… in StdCall()
20 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, int i, int j, out IntPtr ppOut) { … in StdCall()
21 …public static unsafe T StdCall<T>(IntPtr pMethod, IntPtr pThis, IntPtr parent, int symTag, char* n… in StdCall()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dmacrodlg.cxx249 SbMethod* pMethod = GetMacro(); in DeleteMacro() local
292 SbMethod* pMethod = nullptr; in CreateMacro() local
368 SbMethod* pMethod = GetMacro(); in CheckButtons() local
439 SbMethod* pMethod = GetMacro(); in IMPL_LINK_NOARG() local
484 SbMethod* pMethod = static_cast<SbMethod*>(pModule->GetMethods()->Get( iMeth )); in IMPL_LINK_NOARG() local
570 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
598 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
672 SbMethod* pMethod = CreateMacro(); in IMPL_LINK() local
705 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
H A Dbasobj2.cxx240 SbMethod* pMethod = nullptr; in ChooseMacro() local
384 SbMethod* pMethod = static_cast<SbMethod*>(pMod->GetMethods()->Get( i )); in GetMethodNames() local
393 SbMethod* pMethod = static_cast<SbMethod*>(pMod->GetMethods()->Get( i )); in GetMethodNames() local
432 … SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Find( rMethName, SbxClassType::Method )); in HasMethod() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dmacrodlg.cxx250 SbMethod* pMethod = GetMacro(); in DeleteMacro() local
293 SbMethod* pMethod = nullptr; in CreateMacro() local
369 SbMethod* pMethod = GetMacro(); in CheckButtons() local
440 SbMethod* pMethod = GetMacro(); in IMPL_LINK_NOARG() local
485 SbMethod* pMethod = static_cast<SbMethod*>(pModule->GetMethods()->Get(iMeth)); in IMPL_LINK_NOARG() local
571 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
599 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
673 SbMethod* pMethod = CreateMacro(); in IMPL_LINK() local
706 SbMethod* pMethod = GetMacro(); in IMPL_LINK() local
H A Dbasobj2.cxx242 SbMethod* pMethod = nullptr; in ChooseMacro() local
386 SbMethod* pMethod = static_cast<SbMethod*>(pMod->GetMethods()->Get(i)); in GetMethodNames() local
395 SbMethod* pMethod = static_cast<SbMethod*>(pMod->GetMethods()->Get(i)); in GetMethodNames() local
434 … SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Find( rMethName, SbxClassType::Method )); in HasMethod() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/basprov/
H A Dbasmodnode.cxx87 SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Get(i)); in getChildNodes() local
97 SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Get(i)); in getChildNodes() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/basprov/
H A Dbasmodnode.cxx88 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes() local
98 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_macosx_x86-64/
H A Dcallvirtualmethod.cxx56 sal_uInt64 pMethod; in callVirtualMethod() member
73 sal_uInt64 pMethod = *static_cast<sal_uInt64 *>(pThis); in callVirtualMethod() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcallvirtualmethod.cxx56 sal_uInt64 pMethod; in callVirtualMethod() member
73 sal_uInt64 pMethod = *static_cast<sal_uInt64 *>(pThis); in callVirtualMethod() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcallvirtualmethod.cxx56 sal_uInt64 pMethod; in callVirtualMethod() member
73 sal_uInt64 pMethod = *static_cast<sal_uInt64 *>(pThis); in callVirtualMethod() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_macosx_x86-64/
H A Dcallvirtualmethod.cxx56 sal_uInt64 pMethod; in callVirtualMethod() member
73 sal_uInt64 pMethod = *static_cast<sal_uInt64 *>(pThis); in callVirtualMethod() local
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/
H A DStdCall.cs14 public static T StdCall<T>(IntPtr pMethod, IntPtr pThis) { throw NotImplemented.ByDesign; } in StdCall()
/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNI-utils.cpp5 jmethodID pMethod = pEnv->GetMethodID(pClass, "<init>", "([B)V"); in createWrapper() local
/dports/math/vampire/vampire-4.5.1/Lib/
H A DEvent.hpp118 void(Cls::*pMethod)(); member
169 void(Cls::*pMethod)(T); member
223 void(Cls::*pMethod)(T1,T2); member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method

1234567