Home
last modified time | relevance | path

Searched refs:m_aggregators (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DInventoryAggregator.h88 inline const Aws::Vector<InventoryAggregator>& GetAggregators() const{ return m_aggregators; } in GetAggregators()
98 …Aws::Vector<InventoryAggregator>& value) { m_aggregatorsHasBeenSet = true; m_aggregators = value; } in SetAggregators()
103 …ector<InventoryAggregator>&& value) { m_aggregatorsHasBeenSet = true; m_aggregators = std::move(va… in SetAggregators()
118 …s(const InventoryAggregator& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(valu… in AddAggregators()
123 …gators(InventoryAggregator&& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(std:… in AddAggregators()
187 Aws::Vector<InventoryAggregator> m_aggregators; variable
H A DGetInventoryRequest.h96 inline const Aws::Vector<InventoryAggregator>& GetAggregators() const{ return m_aggregators; } in GetAggregators()
112 …Aws::Vector<InventoryAggregator>& value) { m_aggregatorsHasBeenSet = true; m_aggregators = value; } in SetAggregators()
120 …ector<InventoryAggregator>&& value) { m_aggregatorsHasBeenSet = true; m_aggregators = std::move(va… in SetAggregators()
144 …s(const InventoryAggregator& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(valu… in AddAggregators()
152 …gators(InventoryAggregator&& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(std:… in AddAggregators()
278 Aws::Vector<InventoryAggregator> m_aggregators; variable
H A DGetOpsSummaryRequest.h127 inline const Aws::Vector<OpsAggregator>& GetAggregators() const{ return m_aggregators; } in GetAggregators()
139 …const Aws::Vector<OpsAggregator>& value) { m_aggregatorsHasBeenSet = true; m_aggregators = value; } in SetAggregators()
145 …Aws::Vector<OpsAggregator>&& value) { m_aggregatorsHasBeenSet = true; m_aggregators = std::move(va… in SetAggregators()
163 …egators(const OpsAggregator& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(valu… in AddAggregators()
169 …dAggregators(OpsAggregator&& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(std:… in AddAggregators()
298 Aws::Vector<OpsAggregator> m_aggregators; variable
H A DOpsAggregator.h288 inline const Aws::Vector<OpsAggregator>& GetAggregators() const{ return m_aggregators; } in GetAggregators()
298 …const Aws::Vector<OpsAggregator>& value) { m_aggregatorsHasBeenSet = true; m_aggregators = value; } in SetAggregators()
303 …Aws::Vector<OpsAggregator>&& value) { m_aggregatorsHasBeenSet = true; m_aggregators = std::move(va… in SetAggregators()
318 …egators(const OpsAggregator& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(valu… in AddAggregators()
323 …dAggregators(OpsAggregator&& value) { m_aggregatorsHasBeenSet = true; m_aggregators.push_back(std:… in AddAggregators()
342 Aws::Vector<OpsAggregator> m_aggregators; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/source/model/
H A DInventoryAggregator.cpp50 m_aggregators.push_back(aggregatorsJsonList[aggregatorsIndex].AsObject()); in operator =()
80 Array<JsonValue> aggregatorsJsonList(m_aggregators.size()); in Jsonize()
83 aggregatorsJsonList[aggregatorsIndex].AsObject(m_aggregators[aggregatorsIndex].Jsonize()); in Jsonize()
H A DOpsAggregator.cpp90 m_aggregators.push_back(aggregatorsJsonList[aggregatorsIndex].AsObject()); in operator =()
144 Array<JsonValue> aggregatorsJsonList(m_aggregators.size()); in Jsonize()
147 aggregatorsJsonList[aggregatorsIndex].AsObject(m_aggregators[aggregatorsIndex].Jsonize()); in Jsonize()
H A DGetOpsSummaryRequest.cpp49 Array<JsonValue> aggregatorsJsonList(m_aggregators.size()); in SerializePayload()
52 aggregatorsJsonList[aggregatorsIndex].AsObject(m_aggregators[aggregatorsIndex].Jsonize()); in SerializePayload()
H A DGetInventoryRequest.cpp42 Array<JsonValue> aggregatorsJsonList(m_aggregators.size()); in SerializePayload()
45 aggregatorsJsonList[aggregatorsIndex].AsObject(m_aggregators[aggregatorsIndex].Jsonize()); in SerializePayload()
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/console/analytics/
H A Danalyticsview.cpp160 qDeleteAll(m_aggregators); in ~AnalyticsView()
180 qDeleteAll(m_aggregators); in setProduct()
181 m_aggregators.clear(); in setProduct()
185 m_aggregators.push_back(totalsAggr); in setProduct()
193 m_aggregators.push_back(aggregator); in setProduct()
H A Danalyticsview.h85 QVector<Aggregator*> m_aggregators; variable