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

/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc1182 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1187 EXPECT_PRINT_TO_STRING_(123, "123");
1192 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1198 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1203 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }");
1206 #undef EXPECT_PRINT_TO_STRING_ macro
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc1407 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1412 EXPECT_PRINT_TO_STRING_(123, "123");
1417 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1423 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1428 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\"");
1434 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\"");
1439 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }");
1444 EXPECT_PRINT_TO_STRING_(s, "\"hello\"");
1449 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\"");
1452 EXPECT_PRINT_TO_STRING_(mutable_str_with_nu
1455 #undef EXPECT_PRINT_TO_STRING_ macro
[all...]
/external/gtest/test/
H A Dgtest-printers_test.cc1188 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1193 EXPECT_PRINT_TO_STRING_(123, "123");
1198 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1204 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1209 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }");
1212 #undef EXPECT_PRINT_TO_STRING_ macro
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-printers_test.cc1188 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro
1193 EXPECT_PRINT_TO_STRING_(123, "123");
1198 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1204 EXPECT_PRINT_TO_STRING_(p, "\"hello\"");
1209 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }");
1212 #undef EXPECT_PRINT_TO_STRING_ macro

Completed in 116 milliseconds