Home | History | Annotate | Download | only in test

Lines Matching defs:Output

47       || testing::GTEST_FLAG(output) != "unknown"
130 using testing::GTEST_FLAG(output);
2020 GTEST_FLAG(output
2045 EXPECT_STREQ("", GTEST_FLAG(output).c_str());
2059 GTEST_FLAG(output) = "xml:foo.xml";
2173 // output value when the flag has wrong format
2184 // output value when the flag overflows as an Int32.
2197 // output value when the flag does not represent a valid decimal
3079 // Nokia's STLport crashes if we try to output infinity or NaN.
3093 // Nokia's STLport crashes if we try to output infinity or NaN.
3172 // Nokia's STLport crashes if we try to output infinity or NaN.
3246 // Nokia's STLport crashes if we try to output infinity or NaN.
3265 // Nokia's STLport crashes if we try to output infinity or NaN.
3280 // Nokia's STLport crashes if we try to output infinity or NaN.
3338 // Nokia's STLport crashes if we try to output infinity or NaN.
4554 // Tests that we can output strings containing embedded NULs.
4568 // Tests that we can output a NUL char.
5213 output(""),
5272 static Flags Output(const char* output) {
5274 flags.output = output;
5325 const char* output;
5344 GTEST_FLAG(output) = "";
5372 EXPECT_STREQ(expected.output, GTEST_FLAG(output).c_str());
5745 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml"));
5761 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"));
5777 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:directory/path/"));
6296 // Tests that Google Test correctly decides whether to use colors in the output.