Searched refs:strLiteral (Results 1 – 2 of 2) sorted by relevance
283 bool CEnumParameterType::getLiteral(int32_t iNumerical, string& strLiteral) const in getLiteral()294 strLiteral = pValuePair->getName(); in getLiteral()303 bool CEnumParameterType::getNumerical(const string& strLiteral, int& iNumerical) const in getNumerical() argument312 if (pValuePair->getName() == strLiteral) { in getNumerical()
71 bool getLiteral(int32_t iNumerical, std::string& strLiteral) const;72 bool getNumerical(const std::string& strLiteral, int& iNumerical) const;