Lines Matching defs:separator
1655 * If SEPARATORLIST is available, than SEPARATOR is replaced with <separator>.
1659 * @param separator Separator inserted between elements
1663 void insertElementOfList(const GLchar* element, const GLchar* separator, size_t& search_position, std::string& string)
1680 replaceToken("SEPARATOR", search_position, separator, string);
1692 /* Replace element and separator */
1697 * If SEPARATORLIST is available, than SEPARATOR is replaced with <separator>
1700 * @param separator Separator inserted between elements
1704 void endList(const glw::GLchar* separator, size_t& search_position, std::string& string)
1709 replaceToken("SEPARATOR", search_position, separator, string);
6482 static const GLchar* separator = "\n ";
6509 Utils::insertElementOfList(passthrough.c_str(), separator, position, result);
6541 static const GLchar* separator = " ||\n ";
6568 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6578 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6588 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6663 static const GLchar* separator = ";\n ";
6718 Utils::insertElementOfList(passthrough.c_str(), separator, position, result);