Lines Matching refs:token
1388 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string);
1586 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion>
1588 * @param token Token string
1590 * @param text String that will be used as replacement for <token>
1593 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string)
1596 const size_t token_length = strlen(token);
1597 const size_t token_position = string.find(token, search_position);
3477 /* Remove token for lists */
3862 /* Remove token for lists */
4118 /* Remove token for lists */
4314 /* Remove token for lists */
4551 /* Remove token for lists */