Lines Matching refs:Output
48 || testing::GTEST_FLAG(output) != "unknown"
121 using testing::GTEST_FLAG(output);
1695 GTEST_FLAG(output) = "";
1721 EXPECT_STREQ("", GTEST_FLAG(output).c_str());
1736 GTEST_FLAG(output) = "xml:foo.xml";
1855 // output value when the flag has wrong format
1866 // output value when the flag overflows as an Int32.
1879 // output value when the flag does not represent a valid decimal
2771 // Nokia's STLport crashes if we try to output infinity or NaN.
2785 // Nokia's STLport crashes if we try to output infinity or NaN.
2867 // Nokia's STLport crashes if we try to output infinity or NaN.
2944 // Nokia's STLport crashes if we try to output infinity or NaN.
2966 // Nokia's STLport crashes if we try to output infinity or NaN.
2981 // Nokia's STLport crashes if we try to output infinity or NaN.
3039 // Nokia's STLport crashes if we try to output infinity or NaN.
4316 // Tests that we can output strings containing embedded NULs.
4328 // Tests that we can output a NUL char.
5027 output(""),
5087 static Flags Output(const char* output) {
5089 flags.output = output;
5148 const char* output;
5168 GTEST_FLAG(output) = "";
5197 EXPECT_STREQ(expected.output, GTEST_FLAG(output).c_str());
5600 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml"), false);
5616 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"), false);
5633 Flags::Output("xml:directory/path/"), false);
6171 // Tests that Google Test correctly decides whether to use colors in the output.