HomeSort by relevance Sort by last modified time
    Searched refs:StreamableInGlobal (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 109 class StreamableInGlobal {
111 virtual ~StreamableInGlobal() {}
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
115 os << "StreamableInGlobal";
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
119 os << "StreamableInGlobal*";
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 109 class StreamableInGlobal {
111 virtual ~StreamableInGlobal() {}
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
115 os << "StreamableInGlobal";
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
119 os << "StreamableInGlobal*";
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 109 class StreamableInGlobal {
111 virtual ~StreamableInGlobal() {}
114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
115 os << "StreamableInGlobal";
118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
119 os << "StreamableInGlobal*";
    [all...]

Completed in 213 milliseconds