Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/Implementation/CodeDomGenerator/
H A DAbstractCodeDomGenerator.cs84 CodeThisReferenceExpression thisReference = new CodeThisReferenceExpression(); field in DbMetal.Generator.Implementation.CodeDomGenerator.AbstractCodeDomGenerator
/dports/games/maxr/maxr-0.2.9/src/utility/signal/novariadic/
H A Dsignal_0.h96 std::shared_ptr<cSignalReference> thisReference; variable
H A Dsignal_4.h96 std::shared_ptr<cSignalReference> thisReference; variable
H A Dsignal_1.h96 std::shared_ptr<cSignalReference> thisReference; variable
H A Dsignal_2.h96 std::shared_ptr<cSignalReference> thisReference; variable
H A Dsignal_3.h96 std::shared_ptr<cSignalReference> thisReference; variable
/dports/games/maxr/maxr-0.2.9/src/utility/signal/
H A Dsignal.h191 std::shared_ptr<cSignalReference> thisReference; variable
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfTemplate.java72 protected PdfIndirectReference thisReference; field in PdfTemplate
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfTemplate.java65 protected PdfIndirectReference thisReference; field in PdfTemplate
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A DCameraGroup_compositor.hxx102 osg::Vec2d thisReference[2]; member
H A DCameraGroup_legacy.hxx181 osg::Vec2d thisReference[2]; member
H A DCameraGroup_compositor.cxx542 osg::Vec2d thisReference[2]; in buildCamera() local
H A DCameraGroup_legacy.cxx875 osg::Vec2d thisReference[2]; in buildCamera() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionNodeDetector.java193 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
364 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/
H A DCodeDomGenerator.cs141 CodeThisReferenceExpression thisReference = new CodeThisReferenceExpression(); field in DbMetal.Generator.CodeDomGenerator
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java438 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
441 public void endVisit(ThisReference thisReference, ClassScope scope) { in endVisit()
926 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
929 public boolean visit(ThisReference thisReference, ClassScope scope) { in visit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java444 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
447 public void endVisit(ThisReference thisReference, ClassScope scope) { in endVisit()
947 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
950 public boolean visit(ThisReference thisReference, ClassScope scope) { in visit()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DASTVisitor.java396 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
739 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
H A DIAbstractSyntaxTreeVisitor.java239 void endVisit(ThisReference thisReference, BlockScope scope); in endVisit()
399 boolean visit(ThisReference thisReference, BlockScope scope); in visit()
H A DAbstractSyntaxTreeVisitorAdapter.java314 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
617 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DNameSpace.java92 private This thisReference; field in NameSpace
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java427 public void endVisit(ThisReference thisReference, BlockScope scope) { in endVisit()
879 public boolean visit(ThisReference thisReference, BlockScope scope) { in visit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/
H A DHttpServiceRuntimeImpl.java191 ServiceReference<?> thisReference = defaultContextReg.getReference(); in isDefaultContext() local