Searched refs:tokenReservedChars (Results 1 – 2 of 2) sorted by relevance
12 const static std::string tokenReservedChars = "{}"; variable28 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in replaceTokens()
19 const static std::string tokenReservedChars = "{}"; variable29 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in hasTokens()52 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in convertTokenStringToExpression()