Home
last modified time | relevance | path

Searched defs:OverloadedMethod (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/swig/swig-4.0.2/Examples/test-suite/d/
H A Ddirector_ignore_runme.2.d19 int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() function
20 int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() function
21 int OverloadedMethod(int n) { return 0; } in OverloadedMethod() function
22 alias super.OverloadedMethod OverloadedMethod; variable
33 int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() function
34 int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() function
35 int OverloadedMethod(int n) { return 0; } in OverloadedMethod() function
36 alias super.OverloadedMethod OverloadedMethod; variable
H A Ddirector_ignore_runme.1.d20 int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() function
21 int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() function
22 int OverloadedMethod(int n) { return 0; } in OverloadedMethod() function
32 int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() function
33 int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() function
34 int OverloadedMethod(int n) { return 0; } in OverloadedMethod() function
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/Mono.Linker.Tests.Cases/Generics/
H A DCorrectOverloadedMethodGetsStrippedInGenericClass.cs14 public abstract string OverloadedMethod (T thing); // Don't call this one, it should be stripped in OverloadedMethod() method in Mono.Linker.Tests.Cases.Generics.CorrectOverloadedMethodGetsStrippedInGenericClass.GenericClassWithTwoOverloadedAbstractMethods
17 …public abstract string OverloadedMethod (int thing); // Call to this should preserve the overriden… in OverloadedMethod() method in Mono.Linker.Tests.Cases.Generics.CorrectOverloadedMethodGetsStrippedInGenericClass.GenericClassWithTwoOverloadedAbstractMethods
24 public override string OverloadedMethod (float thing) in OverloadedMethod() method in Mono.Linker.Tests.Cases.Generics.CorrectOverloadedMethodGetsStrippedInGenericClass.SpecializedClassWithTwoOverloadedVirtualMethods
31 public override string OverloadedMethod (int thing) in OverloadedMethod() method in Mono.Linker.Tests.Cases.Generics.CorrectOverloadedMethodGetsStrippedInGenericClass.SpecializedClassWithTwoOverloadedVirtualMethods
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Ddirector_ignore_runme.cs32 public virtual int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DIgnoresDerived
33 public virtual int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DIgnoresDerived
34 public virtual int OverloadedMethod(int n) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DIgnoresDerived
48 public virtual int OverloadedMethod(int n, int xoffset, int yoffset) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DAbstractIgnoresDerived
49 public virtual int OverloadedMethod(int n, int xoffset) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DAbstractIgnoresDerived
50 public virtual int OverloadedMethod(int n) { return 0; } in OverloadedMethod() method in director_ignoreNamespace.DAbstractIgnoresDerived
/dports/devel/llvm70/llvm-7.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp21 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
23 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm90/llvm-9.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm80/llvm-8.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/beans/
H A DOverloadedMethod.java106 class OverloadedMethod { class
115OverloadedMethod(final List<MethodHandle> methodHandles, final OverloadedDynamicMethod parent, fin… in OverloadedMethod() method in OverloadedMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/beans/
H A DOverloadedMethod.java106 class OverloadedMethod { class
115OverloadedMethod(final List<MethodHandle> methodHandles, final OverloadedDynamicMethod parent, fin… in OverloadedMethod() method in OverloadedMethod
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DOverloadedMethod.java82 class OverloadedMethod { class
93 OverloadedMethod(final List<MethodHandle> methodHandles, in OverloadedMethod() method in OverloadedMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DOverloadedMethod.java82 class OverloadedMethod { class
93 OverloadedMethod(final List<MethodHandle> methodHandles, in OverloadedMethod() method in OverloadedMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DOverloadedMethod.java82 class OverloadedMethod { class
93 OverloadedMethod(final List<MethodHandle> methodHandles, in OverloadedMethod() method in OverloadedMethod

123