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

/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc144 struct PointerPrintable { struct in namespace:foo
148 const PointerPrintable* /* x */) {
149 return os << "PointerPrintable*";
1071 ::foo::PointerPrintable x;
1072 EXPECT_EQ("PointerPrintable*", Print(&x));
/external/gtest/test/
H A Dgtest-printers_test.cc144 struct PointerPrintable { struct in namespace:foo
148 const PointerPrintable* /* x */) {
149 return os << "PointerPrintable*";
1077 ::foo::PointerPrintable x;
1078 EXPECT_EQ("PointerPrintable*", Print(&x));

Completed in 46 milliseconds