Lines Matching defs:token
1559 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion>
1561 * @param token Token string
1563 * @param text String that will be used as replacement for <token>
1566 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
1570 const size_t token_length = strlen(token);
1571 const size_t token_position = string.find(token, search_position);
3679 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token
3680 * @param stage_specific_main_body String that will replace STAGE_SPECIFIC_MAIN_BODY token
3984 * @param stage_specific_layout String that will replace STAGE_SPECIFIC_LAYOUT token
3985 * @param uniform_definitions String that will replace UNIFORM_DEFINITIONS token
3986 * @param in_variable_definitions String that will replace IN_VARIABLE_DEFINITION token
3987 * @param out_variable_definitions String that will replace OUT_VARIABLE_DEFINITION token
3988 * @param uniform_verification String that will replace UNIFORM_VERIFICATION token
3989 * @param stage_specific_main_body String that will replace STAGE_SPECIFIC_MAIN_BODY token
4043 * @param uniform_definitions String that will replace UNIFORM_DEFINITIONS token
4044 * @param uniform_verification String that will replace UNIFORM_VERIFICATION token