Searched refs:parameterId (Results 1 – 1 of 1) sorted by relevance
245 WithModuleParameter(const std::string parameterId, const T& value) in WithModuleParameter() argument246 : mParameterId(parameterId), mValue(value) {} in WithModuleParameter()