Searched refs:argDataList (Results 1 – 1 of 1) sorted by relevance
77 bool setAllValues (const std::vector<SsboArgData> argDataList);149 bool SsboArgs::setAllValues (const std::vector<SsboArgData> argDataList) in setAllValues() argument153 if ((argDataList.size() == 0) || (argDataList.size() > (size_t)m_numberMembers)) in setAllValues()162 for (unsigned int idx = 0; idx < argDataList.size(); idx++) in setAllValues()164 setSingleValue(argDataList[idx]); in setAllValues()