Home
last modified time | relevance | path

Searched refs:SetSteps (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplify/include/aws/amplify/model/
H A DJob.h86 …inline void SetSteps(const Aws::Vector<Step>& value) { m_stepsHasBeenSet = true; m_steps = value; } in SetSteps() function
91 …inline void SetSteps(Aws::Vector<Step>&& value) { m_stepsHasBeenSet = true; m_steps = std::move(va… in SetSteps() function
96 inline Job& WithSteps(const Aws::Vector<Step>& value) { SetSteps(value); return *this;} in WithSteps()
101 inline Job& WithSteps(Aws::Vector<Step>&& value) { SetSteps(std::move(value)); return *this;} in WithSteps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/model/
H A DAddJobFlowStepsRequest.h105 …inline void SetSteps(const Aws::Vector<StepConfig>& value) { m_stepsHasBeenSet = true; m_steps = v… in SetSteps() function
110 …inline void SetSteps(Aws::Vector<StepConfig>&& value) { m_stepsHasBeenSet = true; m_steps = std::m… in SetSteps() function
115 …inline AddJobFlowStepsRequest& WithSteps(const Aws::Vector<StepConfig>& value) { SetSteps(value); … in WithSteps()
120 …inline AddJobFlowStepsRequest& WithSteps(Aws::Vector<StepConfig>&& value) { SetSteps(std::move(val… in WithSteps()
H A DListStepsResult.h52 inline void SetSteps(const Aws::Vector<StepSummary>& value) { m_steps = value; } in SetSteps() function
57 inline void SetSteps(Aws::Vector<StepSummary>&& value) { m_steps = std::move(value); } in SetSteps() function
62 …inline ListStepsResult& WithSteps(const Aws::Vector<StepSummary>& value) { SetSteps(value); return… in WithSteps()
67 …inline ListStepsResult& WithSteps(Aws::Vector<StepSummary>&& value) { SetSteps(std::move(value)); … in WithSteps()
H A DJobFlowDetail.h350 …inline void SetSteps(const Aws::Vector<StepDetail>& value) { m_stepsHasBeenSet = true; m_steps = v… in SetSteps() function
355 …inline void SetSteps(Aws::Vector<StepDetail>&& value) { m_stepsHasBeenSet = true; m_steps = std::m… in SetSteps() function
360 …inline JobFlowDetail& WithSteps(const Aws::Vector<StepDetail>& value) { SetSteps(value); return *t… in WithSteps()
365 …inline JobFlowDetail& WithSteps(Aws::Vector<StepDetail>&& value) { SetSteps(std::move(value)); ret… in WithSteps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/
H A DExecutionResults.h55 …inline void SetSteps(const Aws::Vector<ExecutionStepResult>& value) { m_stepsHasBeenSet = true; m_… in SetSteps() function
60 …inline void SetSteps(Aws::Vector<ExecutionStepResult>&& value) { m_stepsHasBeenSet = true; m_steps… in SetSteps() function
65 …inline ExecutionResults& WithSteps(const Aws::Vector<ExecutionStepResult>& value) { SetSteps(value… in WithSteps()
70 …inline ExecutionResults& WithSteps(Aws::Vector<ExecutionStepResult>&& value) { SetSteps(std::move(… in WithSteps()
H A DCreateWorkflowRequest.h115 …inline void SetSteps(const Aws::Vector<WorkflowStep>& value) { m_stepsHasBeenSet = true; m_steps =… in SetSteps() function
127 …inline void SetSteps(Aws::Vector<WorkflowStep>&& value) { m_stepsHasBeenSet = true; m_steps = std:… in SetSteps() function
139 …inline CreateWorkflowRequest& WithSteps(const Aws::Vector<WorkflowStep>& value) { SetSteps(value);… in WithSteps()
151 …inline CreateWorkflowRequest& WithSteps(Aws::Vector<WorkflowStep>&& value) { SetSteps(std::move(va… in WithSteps()
H A DDescribedWorkflow.h139 …inline void SetSteps(const Aws::Vector<WorkflowStep>& value) { m_stepsHasBeenSet = true; m_steps =… in SetSteps() function
144 …inline void SetSteps(Aws::Vector<WorkflowStep>&& value) { m_stepsHasBeenSet = true; m_steps = std:… in SetSteps() function
149 …inline DescribedWorkflow& WithSteps(const Aws::Vector<WorkflowStep>& value) { SetSteps(value); ret… in WithSteps()
154 …inline DescribedWorkflow& WithSteps(Aws::Vector<WorkflowStep>&& value) { SetSteps(std::move(value)… in WithSteps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-databrew/include/aws/databrew/model/
H A DUpdateRecipeRequest.h135 …inline void SetSteps(const Aws::Vector<RecipeStep>& value) { m_stepsHasBeenSet = true; m_steps = v… in SetSteps() function
141 …inline void SetSteps(Aws::Vector<RecipeStep>&& value) { m_stepsHasBeenSet = true; m_steps = std::m… in SetSteps() function
147 …inline UpdateRecipeRequest& WithSteps(const Aws::Vector<RecipeStep>& value) { SetSteps(value); ret… in WithSteps()
153 …inline UpdateRecipeRequest& WithSteps(Aws::Vector<RecipeStep>&& value) { SetSteps(std::move(value)… in WithSteps()
H A DCreateRecipeRequest.h147 …inline void SetSteps(const Aws::Vector<RecipeStep>& value) { m_stepsHasBeenSet = true; m_steps = v… in SetSteps() function
154 …inline void SetSteps(Aws::Vector<RecipeStep>&& value) { m_stepsHasBeenSet = true; m_steps = std::m… in SetSteps() function
161 …inline CreateRecipeRequest& WithSteps(const Aws::Vector<RecipeStep>& value) { SetSteps(value); ret… in WithSteps()
168 …inline CreateRecipeRequest& WithSteps(Aws::Vector<RecipeStep>&& value) { SetSteps(std::move(value)… in WithSteps()
H A DDescribeRecipeResult.h343 inline void SetSteps(const Aws::Vector<RecipeStep>& value) { m_steps = value; } in SetSteps() function
349 inline void SetSteps(Aws::Vector<RecipeStep>&& value) { m_steps = std::move(value); } in SetSteps() function
355 …inline DescribeRecipeResult& WithSteps(const Aws::Vector<RecipeStep>& value) { SetSteps(value); re… in WithSteps()
361 …inline DescribeRecipeResult& WithSteps(Aws::Vector<RecipeStep>&& value) { SetSteps(std::move(value… in WithSteps()
H A DRecipe.h438 …inline void SetSteps(const Aws::Vector<RecipeStep>& value) { m_stepsHasBeenSet = true; m_steps = v… in SetSteps() function
443 …inline void SetSteps(Aws::Vector<RecipeStep>&& value) { m_stepsHasBeenSet = true; m_steps = std::m… in SetSteps() function
448 inline Recipe& WithSteps(const Aws::Vector<RecipeStep>& value) { SetSteps(value); return *this;} in WithSteps()
453 …inline Recipe& WithSteps(Aws::Vector<RecipeStep>&& value) { SetSteps(std::move(value)); return *th… in WithSteps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/include/aws/mgn/model/
H A DDataReplicationInitiation.h137 …inline void SetSteps(const Aws::Vector<DataReplicationInitiationStep>& value) { m_stepsHasBeenSet … in SetSteps() function
142 …inline void SetSteps(Aws::Vector<DataReplicationInitiationStep>&& value) { m_stepsHasBeenSet = tru… in SetSteps() function
147 …n& WithSteps(const Aws::Vector<DataReplicationInitiationStep>& value) { SetSteps(value); return *t… in WithSteps()
152 …iation& WithSteps(Aws::Vector<DataReplicationInitiationStep>&& value) { SetSteps(std::move(value))… in WithSteps()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DLeg.h299 …inline void SetSteps(const Aws::Vector<Step>& value) { m_stepsHasBeenSet = true; m_steps = value; } in SetSteps() function
307 …inline void SetSteps(Aws::Vector<Step>&& value) { m_stepsHasBeenSet = true; m_steps = std::move(va… in SetSteps() function
315 inline Leg& WithSteps(const Aws::Vector<Step>& value) { SetSteps(value); return *this;} in WithSteps()
323 inline Leg& WithSteps(Aws::Vector<Step>&& value) { SetSteps(std::move(value)); return *this;} in WithSteps()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkXMLFilterWatcher.cxx28 this->SetSteps(steps); in ShowProgress()
42 this->SetSteps(0); in StartFilter()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DSlider.h38 void SetSteps(int steps);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dgradient.hxx76 void SetSteps( sal_uInt16 nSteps );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/test/
H A DitkVoronoiPartitioningImageFilterTest.cxx64 voronoi->SetSteps( 7 ); in itkVoronoiPartitioningImageFilterTest()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaSlider.cpp42 slider->SetSteps(lua_tointeger(l, 1)); in steps()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dxgrad.hxx61 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() function in XGradient
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A DTypeSerializer.cxx63 rGradient.SetSteps(nStepCount); in readGradient()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dgradient.hxx96 void SetSteps( sal_uInt16 nSteps );
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DEndMarker.cxx66 aGradient.SetSteps(static_cast<sal_uInt16>(aSize.Height())); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dxgrad.hxx66 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() function in XGradient
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DProgressDlg.h66 void SetSteps(int stepCount);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DEndMarker.cxx66 aGradient.SetSteps(static_cast<sal_uInt16>(aSize.Height())); in Paint()

1234567