Home
last modified time | relevance | path

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

/external/v8/testing/gtest/test/
Dgtest-printers_test.cc1444 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1449 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST()
1454 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1460 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1465 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST()
1471 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST()
1476 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST()
1481 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST()
1486 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST()
1489 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-printers_test.cc1412 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1417 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST()
1422 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1428 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1433 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST()
1439 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST()
1444 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST()
1449 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST()
1454 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST()
1457 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()
[all …]
/external/googletest/googletest/test/
Dgtest-printers_test.cc1447 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1452 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST()
1457 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1463 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1468 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST()
1474 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST()
1479 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST()
1484 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST()
1489 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST()
1492 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc1192 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1197 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST()
1202 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1208 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST()
1213 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST()
1216 #undef EXPECT_PRINT_TO_STRING_