Home
last modified time | relevance | path

Searched refs:LastInput (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkGraphLayout.cxx47 this->LastInput = nullptr; in vtkGraphLayout()
171 input != this->LastInput || in RequestData()
179 else if (input != this->LastInput) in RequestData()
211 this->LastInput = input; in RequestData()
H A DvtkGraphLayout.h113 vtkGraph* LastInput;
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkGraphLayout.cxx47 this->LastInput = nullptr; in vtkGraphLayout()
162 if (this->StrategyChanged || input != this->LastInput || input->GetMTime() > this->LastInputMTime) in RequestData()
169 else if (input != this->LastInput) in RequestData()
200 this->LastInput = input; in RequestData()
H A DvtkGraphLayout.h112 vtkGraph* LastInput;
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkGraphLayout.cxx47 this->LastInput = NULL; in vtkGraphLayout()
171 input != this->LastInput || in RequestData()
179 else if (input != this->LastInput) in RequestData()
211 this->LastInput = input; in RequestData()
H A DvtkGraphLayout.h95 vtkGraph* LastInput;
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkGPUVolumeRayCastMapper.cxx94 this->LastInput = NULL; in vtkGPUVolumeRayCastMapper()
102 this->LastInput = NULL; in ~vtkGPUVolumeRayCastMapper()
254 if(goodSoFar && (input != this->LastInput || in ValidateRender()
257 this->LastInput = input; in ValidateRender()
H A DvtkGPUVolumeRayCastMapper.h310 vtkImageData* LastInput; variable
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoAdaptiveArcs.cxx51 this->LastInput = nullptr; in vtkGeoAdaptiveArcs()
86 if (input != this->LastInput || in RequestData()
102 this->LastInput = input; in RequestData()
H A DvtkGeoAdaptiveArcs.h106 vtkPolyData* LastInput; variable
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoAdaptiveArcs.cxx51 this->LastInput = 0; in vtkGeoAdaptiveArcs()
86 if (input != this->LastInput || in RequestData()
102 this->LastInput = input; in RequestData()
H A DvtkGeoAdaptiveArcs.h89 vtkPolyData* LastInput; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeOpenGL2/
H A DvtkSmartVolumeMapper.cxx143 this->LastInput = nullptr; in vtkSmartVolumeMapper()
190 this->LastInput = nullptr; in ~vtkSmartVolumeMapper()
744 ((this->LastInput != this->GetInput()) || (data->GetMTime() < this->GetInput()->GetMTime())); in ConnectMapperInput()
752 this->LastInput = this->GetInput(); in ConnectMapperInput()
H A DvtkSmartVolumeMapper.h499 vtkDataSet* LastInput; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dregexp-match-info.h40 inline Object LastInput(); in NON_EXPORTED_BASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dregexp-match-info.h43 inline Object LastInput(); in NON_EXPORTED_BASE()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dregexp-match-info.h39 inline Object* LastInput(); in NON_EXPORTED_BASE()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dregexp-match-info.h44 inline Object LastInput();
H A Dregexp-match-info-inl.h42 Object RegExpMatchInfo::LastInput() { in LastInput() function
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractCells.cxx52 vtkIdType LastInput; member
67 this->LastInput = -1; in Reset()
90 vtkIdType offset = inputId - this->LastInput; in LookUp()
118 this->LastInput = inputId; in LookUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-regexp.cc84 Handle<Object> obj(isolate->regexp_last_match_info()->LastInput(), isolate); in BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-regexp.cc84 Handle<Object> obj(isolate->regexp_last_match_info()->LastInput(), isolate); in BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-regexp.cc82 Handle<Object> obj(isolate->regexp_last_match_info()->LastInput(), isolate); in BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-regexp.cc84 Handle<Object> obj(isolate->regexp_last_match_info()->LastInput(), isolate); in BUILTIN()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dblockmodes.rs50 LastInput, enumerator
276 self.state = BlockEngineState::LastInput; in process()
301 BlockEngineState::LastInput => { in process()

12