Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 - 2 of 2) 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/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

Completed in 50 milliseconds