Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1444 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1449 EXPECT_PRINT_TO_STRING_(123, "123");
1454 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1460 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1465 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\"");
1471 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\"");
1476 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }");
1481 EXPECT_PRINT_TO_STRING_(s, "\"hello\"");
1486 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\"");
1489 EXPECT_PRINT_TO_STRING_(mutable_str_with_nu
1492 #undef EXPECT_PRINT_TO_STRING_ macro
[all...]

Completed in 9 milliseconds