Lines Matching refs:keys
465 bool SPUtils::VeriyParameter(std::set<std::string> &keys, std::string param, std::string &errorInfo)
480 for (auto it = out.begin(); it != out.end(); ++it) { // Parsing keys and values
501 if (!VeriyKey(keys, mapInfo, errorInfo)) {
511 if (!IntegerValueVerification(keys, mapInfo, errorInfo)) {
518 bool SPUtils::VeriyKey(std::set<std::string> &keys, std::map<std::string, std::string> &mapInfo,
522 if (keys.end() == keys.find(it->first)) {
578 bool SPUtils::IntegerValueVerification(std::set<std::string> &keys, std::map<std::string, std::string> &mapInfo,
583 if (keys.end() != keys.find("N")) {
586 if (keys.end() != keys.find("fl")) {
589 if (keys.end() != keys.find("ftl")) {