Home
last modified time | relevance | path

Searched defs:GetTarget (Results 1 – 25 of 2522) sorted by relevance

12345678910>>...101

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/WindowsRuntime/
H A DCLRIKeyValuePairImpl.cs35 public override object GetTarget() in GetTarget() method in System.Runtime.InteropServices.WindowsRuntime.CLRIKeyValuePairImpl
119 public override object GetTarget() in GetTarget() method in System.Runtime.InteropServices.WindowsRuntime.CLRIKeyValuePairArrayImpl
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDMorphController.h169 …FCDMorphTarget* GetTarget(size_t index) { FUAssert(index < GetTargetCount(), return NULL); return … in GetTarget() function
170 …const FCDMorphTarget* GetTarget(size_t index) const { FUAssert(index < GetTargetCount(), return NU… in GetTarget() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDMorphController.h169 …FCDMorphTarget* GetTarget(size_t index) { FUAssert(index < GetTargetCount(), return NULL); return … in GetTarget() function
170 …const FCDMorphTarget* GetTarget(size_t index) const { FUAssert(index < GetTargetCount(), return NU… in GetTarget() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DGenericLookupResult.cs129 … public abstract ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary); in GetTarget() method in ILCompiler.DependencyAnalysis.GenericLookupResult
231 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.TypeHandleGenericLookupResult
301 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.UnwrapNullableTypeHandleGenericLookupResult
375 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.FieldOffsetGenericLookupResult
438 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.VTableOffsetGenericLookupResult
513 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.MethodHandleGenericLookupResult
568 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.FieldHandleGenericLookupResult
623 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.MethodDictionaryGenericLookupResult
693 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext dictionary) in GetTarget() method in ILCompiler.DependencyAnalysis.MethodEntryGenericLookupResult
777 … public override ISymbolNode GetTarget(NodeFactory factory, GenericLookupResultContext context) in GetTarget() method in ILCompiler.DependencyAnalysis.VirtualDispatchCellGenericLookupResult
[all …]
/dports/net/easysoap/EasySoap++-0.8.0/tests/
H A DSOAPBuildersInteropHandler.h28 SOAPBuildersInteropHandler* GetTarget(const SOAPEnvelope& /*request*/) in GetTarget() function
H A DSOAPBuildersHeaderHandler.h25 SOAPBuildersHeaderHandler* GetTarget(const SOAPEnvelope& /*request*/) in GetTarget() function
/dports/net/easysoap/EasySoap++-0.8.0/validator/
H A DWhichToolkitHandler.h37 WhichToolkitHandler* GetTarget(const SOAPEnvelope&) in GetTarget() function
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_UniformBuffer.cxx32 unsigned int OpenGl_UniformBuffer::GetTarget() const in GetTarget() function in OpenGl_UniformBuffer
H A DOpenGl_IndexBuffer.cxx33 unsigned int OpenGl_IndexBuffer::GetTarget() const in GetTarget() function in OpenGl_IndexBuffer
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xml/
H A DProcessingInstruction.h52 void GetTarget(nsString& aTarget) in GetTarget() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xml/
H A DProcessingInstruction.h50 void GetTarget(nsString& aTarget) { aTarget = NodeName(); } in GetTarget() function
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkEventForwarderCommand.h54 virtual void* GetTarget() { return this->Target; } in GetTarget() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/drag_drop/
H A Ddrag_drop_tracker_unittest.cc29 static aura::Window* GetTarget(const gfx::Point& location) { in GetTarget() function in ash::DragDropTrackerTest
47 TEST_F(DragDropTrackerTest, GetTarget) { in TEST_F() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/xml/
H A DProcessingInstruction.h38 void GetTarget(nsAString& aTarget) { aTarget = NodeName(); } in GetTarget() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xml/
H A DProcessingInstruction.h38 void GetTarget(nsAString& aTarget) { aTarget = NodeName(); } in GetTarget() function
/dports/www/firefox/firefox-99.0/dom/xml/
H A DProcessingInstruction.h38 void GetTarget(nsAString& aTarget) { aTarget = NodeName(); } in GetTarget() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xml/
H A DProcessingInstruction.h38 void GetTarget(nsAString& aTarget) { aTarget = NodeName(); } in GetTarget() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DConstraintMouse2D.h53 const Vector2& GetTarget() const { return target_; } in GetTarget() function
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkEventForwarderCommand.h58 virtual void* GetTarget() in GetTarget() function
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkEventForwarderCommand.h51 virtual void* GetTarget() in GetTarget() function
/dports/games/galaxyhack/galaxyhack/src/
H A DProjectile.h42 CoordsInt GetTarget() const {CoordsInt ret = {targetSide, targetGroup}; return ret;} in GetTarget() function
159 CoordsInt GetTarget() {return hProj->GetTarget();} in GetTarget() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMLoadLandmark.h149 Element::VectorType & GetTarget() in GetTarget() function
153 const Element::VectorType & GetTarget() const in GetTarget() function
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmInstallImportedRuntimeArtifactsGenerator.h29 cmGeneratorTarget* GetTarget() const { return this->Target; } in GetTarget() function
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmInstallImportedRuntimeArtifactsGenerator.h29 cmGeneratorTarget* GetTarget() const { return this->Target; } in GetTarget() function
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmInstallImportedRuntimeArtifactsGenerator.h29 cmGeneratorTarget* GetTarget() const { return this->Target; } in GetTarget() function

12345678910>>...101