Lines Matching refs:Output
47 || testing::GTEST_FLAG(output) != "unknown"
124 using testing::GTEST_FLAG(output);
346 // cannot use the local time zone because the function's output depends
1853 GTEST_FLAG(output) = "";
1880 EXPECT_STREQ("", GTEST_FLAG(output).c_str());
1896 GTEST_FLAG(output) = "xml:foo.xml";
2017 // output value when the flag has wrong format
2028 // output value when the flag overflows as an Int32.
2041 // output value when the flag does not represent a valid decimal
2945 // Nokia's STLport crashes if we try to output infinity or NaN.
2959 // Nokia's STLport crashes if we try to output infinity or NaN.
3041 // Nokia's STLport crashes if we try to output infinity or NaN.
3118 // Nokia's STLport crashes if we try to output infinity or NaN.
3140 // Nokia's STLport crashes if we try to output infinity or NaN.
3155 // Nokia's STLport crashes if we try to output infinity or NaN.
3213 // Nokia's STLport crashes if we try to output infinity or NaN.
4633 // Tests that we can output strings containing embedded NULs.
4645 // Tests that we can output a NUL char.
5432 output(""),
5493 static Flags Output(const char* output) {
5495 flags.output = output;
5562 const char* output;
5583 GTEST_FLAG(output) = "";
5613 EXPECT_STREQ(expected.output, GTEST_FLAG(output).c_str());
6019 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml"), false);
6035 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"), false);
6052 Flags::Output("xml:directory/path/"), false);
6606 // Tests that Google Test correctly decides whether to use colors in the output.