Lines Matching refs:vector

37             .thresholdParams(std::vector<discrete::LabeledThresholdParam>{
55 std::vector<std::shared_ptr<interfaces::Threshold>> thresholdMocks;
70 static std::vector<LabeledSensorInfo>
89 std::make_shared<std::vector<std::string>>( in makeTrigger()
91 std::vector<std::shared_ptr<interfaces::Threshold>>(thresholdMocks), in makeTrigger()
157 getProperty<std::vector<std::string>>(sut->getPath(), "TriggerActions"), in TEST_F()
164 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
192 std::vector<object_path> newNames = { in TEST_F()
199 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
205 std::vector<object_path> newPropertyVal = { in TEST_F()
220 const std::vector<object_path> newPropertyVal = triggerParams.reports(); in TEST_F()
234 std::vector<object_path> newPropertyVal{ in TEST_F()
249 std::vector<object_path> newPropertyVal{ in TEST_F()
262 std::vector<object_path> newPropertyVal{ in TEST_F()
276 std::vector<object_path> newPropertyVal{ in TEST_F()
289 std::vector<object_path> newPropertyVal{ in TEST_F()
317 std::vector<discrete::ThresholdParam>({std::make_tuple( in TEST_F()
331 std::vector<discrete::ThresholdParam>({std::make_tuple( in TEST_F()
358 std::get<std::vector<numeric::LabeledThresholdParam>>( in TEST_F()
364 std::get<std::vector<numeric::LabeledThresholdParam>>(std::visit( in TEST_F()
384 std::get<std::vector<discrete::LabeledThresholdParam>>( in TEST_F()
390 std::get<std::vector<discrete::LabeledThresholdParam>>(std::visit( in TEST_F()