Searched refs:strLiteral (Results 1 – 2 of 2) sorted by relevance
195 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const in getLiteral()206 strLiteral = pValuePair->getName(); in getLiteral()215 bool CEnumParameterType::getNumerical(const string &strLiteral, int32_t &iNumerical) const in getNumerical() argument224 if (pValuePair->getName() == strLiteral) { in getNumerical()
78 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;79 bool getNumerical(const std::string &strLiteral, int &iNumerical) const;