Searched refs:PointerPrintable (Results 1 - 4 of 4) 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));
/external/libvpx/libvpx/third_party/googletest/src/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));
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc144 struct PointerPrintable { struct in namespace:foo
148 const PointerPrintable* /* x */) {
149 return os << "PointerPrintable*";
1095 ::foo::PointerPrintable x;
1096 EXPECT_EQ("PointerPrintable*", Print(&x));

Completed in 55 milliseconds