Lines Matching defs:result
459 string result;
461 GetWin32EscapedString("foo bar\\\"'$@d!st!c'\\path'\\", &result);
462 EXPECT_EQ("\"foo bar\\\\\\\"'$@d!st!c'\\path'\\\\\"", result);
463 result.clear();
465 GetShellEscapedString("foo bar\"/'$@d!st!c'/path'", &result);
466 EXPECT_EQ("'foo bar\"/'\\''$@d!st!c'\\''/path'\\'''", result);
471 string result;
473 GetWin32EscapedString(path, &result);
474 EXPECT_EQ(path, result);
475 result.clear();
477 GetShellEscapedString(path, &result);
478 EXPECT_EQ(path, result);
483 string result;
485 GetWin32EscapedString(path, &result);
486 EXPECT_EQ(path, result);
500 "\33[0m\33[1musing the result... [-Wparentheses]\33[0m";
502 EXPECT_EQ("affixmgr.cxx:286:15: warning: using the result... [-Wparentheses]",