Home
last modified time | relevance | path

Searched defs:implementedBy (Results 1 – 23 of 23) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/
H A DIBinding.java40 IBinding implementedBy(Class<?> clazz); in implementedBy() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/internal/di/
H A DBinding.java48 public IBinding implementedBy(Class<?> implClazz) { in implementedBy() method in Binding
/dports/devel/py-zope.interface/zope.interface-5.3.0/docs/api/
H A Ddeclarations.rst559 implementedBy section in Querying The Interfaces Of Objects
/dports/devel/mercurial/mercurial-6.0/mercurial/thirdparty/zope/interface/
H A Dinterfaces.py100 def implementedBy(class_): member in ISpecification
398 def implementedBy(class_): member in IInterfaceDeclaration
H A Ddeclarations.py301 implementedBy = implementedByFallback variable
H A Dinterface.py100 def implementedBy(self, cls): member in SpecificationBasePy
H A D_zope_interface_coptimizations.c101 implementedBy(PyObject *ignored, PyObject *cls) in implementedBy() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ZopeInterface/zope/interface/
H A Dinterfaces.py97 def implementedBy(class_): member in ISpecification
395 def implementedBy(class_): member in IInterfaceDeclaration
H A Ddeclarations.py228 implementedBy = implementedByFallback variable
H A Dinterface.py100 def implementedBy(self, cls): member in SpecificationBasePy
H A D_zope_interface_coptimizations.c96 implementedBy(PyObject *ignored, PyObject *cls) in implementedBy() function
/dports/devel/py-zope.interface/zope.interface-5.3.0/src/zope/interface/
H A Dinterfaces.py191 def implementedBy(class_): member in ISpecification
571 def implementedBy(class_): member in IInterfaceDeclaration
H A Ddeclarations.py356 def implementedBy(cls): # pylint:disable=too-many-return-statements,too-many-branches function
H A Dinterface.py161 def implementedBy(self, cls): member in SpecificationBase
H A D_zope_interface_coptimizations.c115 implementedBy(PyObject *ignored, PyObject *cls) in implementedBy() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java580 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java580 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java580 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java580 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java580 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java579 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java579 public boolean implementedBy(Environment env, ClassDeclaration c) throws ClassNotFound { in implementedBy() method in ClassDefinition
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcontext.cpp810 TemplateVariant implementedBy() const in implementedBy() function in TranslateContext::Private
3694 TemplateVariant implementedBy() const { return m_cachable.implementedBy.get(this); } in implementedBy() function in MemberContext::Private
4259 CachedItem<TemplateVariant, Private, &Private::createImplementedBy> implementedBy; member