Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:m_line

142 	bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]);
148 m_line += " ";
149 m_line += token.getIdentifier();
157 m_line += f;
162 m_line += de::toString(token.getInt());
166 m_line += (token.getBool() ? "true" : "false");
183 m_str << m_line + "\n";
184 m_line = "";
191 m_line += " ";
192 m_line += tokenStr;