Searched defs:str2 (Results 1 – 4 of 4) sorted by relevance
265 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable282 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable303 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable325 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable342 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable363 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable
86 string str2; variable665 string str2(32 * 1024 * 1024, 't'); variable696 string str2 = "123"; variable727 string str2 = "\n\ris"; variable785 string str2(32 * 1024 * 1024, 't'); variable801 string str2 = "VERY"; variable
1066 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1110 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1150 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1194 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1234 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1278 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1321 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1361 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1405 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable
70 std::string Replace(std::string str, const std::string &str1, const std::string &str2) in Replace()