Home
last modified time | relevance | path

Searched refs:SetRun (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devicefarm/include/aws/devicefarm/model/
H A DGetRunResult.h48 inline void SetRun(const Run& value) { m_run = value; } in SetRun() function
53 inline void SetRun(Run&& value) { m_run = std::move(value); } in SetRun() function
58 inline GetRunResult& WithRun(const Run& value) { SetRun(value); return *this;} in WithRun()
63 inline GetRunResult& WithRun(Run&& value) { SetRun(std::move(value)); return *this;} in WithRun()
H A DScheduleRunResult.h49 inline void SetRun(const Run& value) { m_run = value; } in SetRun() function
54 inline void SetRun(Run&& value) { m_run = std::move(value); } in SetRun() function
59 inline ScheduleRunResult& WithRun(const Run& value) { SetRun(value); return *this;} in WithRun()
64 inline ScheduleRunResult& WithRun(Run&& value) { SetRun(std::move(value)); return *this;} in WithRun()
H A DStopRunResult.h49 inline void SetRun(const Run& value) { m_run = value; } in SetRun() function
54 inline void SetRun(Run&& value) { m_run = std::move(value); } in SetRun() function
59 inline StopRunResult& WithRun(const Run& value) { SetRun(value); return *this;} in WithRun()
64 inline StopRunResult& WithRun(Run&& value) { SetRun(std::move(value)); return *this;} in WithRun()
H A DProblem.h56 inline void SetRun(const ProblemDetail& value) { m_runHasBeenSet = true; m_run = value; } in SetRun() function
61 inline void SetRun(ProblemDetail&& value) { m_runHasBeenSet = true; m_run = std::move(value); } in SetRun() function
66 inline Problem& WithRun(const ProblemDetail& value) { SetRun(value); return *this;} in WithRun()
71 inline Problem& WithRun(ProblemDetail&& value) { SetRun(std::move(value)); return *this;} in WithRun()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DGetWorkflowRunResult.h43 inline void SetRun(const WorkflowRun& value) { m_run = value; } in SetRun() function
48 inline void SetRun(WorkflowRun&& value) { m_run = std::move(value); } in SetRun() function
53 inline GetWorkflowRunResult& WithRun(const WorkflowRun& value) { SetRun(value); return *this;} in WithRun()
58 …inline GetWorkflowRunResult& WithRun(WorkflowRun&& value) { SetRun(std::move(value)); return *this… in WithRun()
H A DJobBookmarkEntry.h116 inline void SetRun(int value) { m_runHasBeenSet = true; m_run = value; } in SetRun() function
121 inline JobBookmarkEntry& WithRun(int value) { SetRun(value); return *this;} in WithRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/brite/test/
H A Dbrite-test-topology.cc59 SeedManager::SetRun (1); in DoRun()
64 SeedManager::SetRun (1); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Drng-seed-manager.h94 static void SetRun (uint64_t run);
H A Drng-seed-manager.cc87 void RngSeedManager::SetRun (uint64_t run) in SetRun() function in ns3::RngSeedManager
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/buildings/test/
H A Dthree-gpp-v2v-channel-condition-model-test.cc91 RngSeedManager::SetRun (1); in DoRun()
251 RngSeedManager::SetRun (1); in DoRun()
402 RngSeedManager::SetRun (1); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/test/
H A Derror-model-test-suite.cc137 RngSeedManager::SetRun (2); in DoRun()
234 RngSeedManager::SetRun (8); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/test/dot11s/
H A Dpmp-regression.cc57 RngSeedManager::SetRun (7); in DoRun()
H A Dhwmp-proactive-regression.cc60 RngSeedManager::SetRun (7); in DoRun()
H A Dhwmp-simplest-regression.cc59 RngSeedManager::SetRun (7); in DoRun()
H A Dhwmp-reactive-regression.cc60 RngSeedManager::SetRun (1); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/spectrum/examples/
H A Dtv-trans-regional-example.cc49 RngSeedManager::SetRun(3); in main()
/dports/editors/abiword/abiword-3.0.5/plugins/goffice/unix/
H A DAbiGOChart.h100 void SetRun (fp_Run *pRun) {m_pRun = pRun;} in SetRun() function
H A DAbiGOComponent.h97 void SetRun (fp_Run *pRun) {m_pRun = pRun;} in SetRun() function
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/test/
H A Dbug780-test.cc59 RngSeedManager::SetRun (12345); in DoRun()
H A Dhello-regression-test.cc57 RngSeedManager::SetRun (7); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/test/flame/
H A Dflame-regression.cc60 RngSeedManager::SetRun (7); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lr-wpan/test/
H A Dlr-wpan-error-model-test.cc110 RngSeedManager::SetRun (6); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/aodv/test/
H A Dbug-772.cc88 RngSeedManager::SetRun (7); in DoRun()
H A Daodv-regression.cc123 RngSeedManager::SetRun (7); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/propagation/test/
H A Dprobabilistic-v2v-channel-condition-model-test.cc123 RngSeedManager::SetRun (1); in DoRun()
313 RngSeedManager::SetRun (1); in DoRun()

12345