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
1067 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1109 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1150 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1191 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1232 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1273 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1313 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1354 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1395 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()