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

  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 715 class AllowsGenericStreaming {};
720 const AllowsGenericStreaming& /* a */) {
721 return os << "AllowsGenericStreaming";
725 AllowsGenericStreaming a;
726 EXPECT_EQ("AllowsGenericStreaming", Print(a));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 715 class AllowsGenericStreaming {};
720 const AllowsGenericStreaming& /* a */) {
721 return os << "AllowsGenericStreaming";
725 AllowsGenericStreaming a;
726 EXPECT_EQ("AllowsGenericStreaming", Print(a));
    [all...]

Completed in 497 milliseconds