HomeSort by relevance Sort by last modified time
    Searched refs:AllowsGenericStreaming (Results 1 - 4 of 4) 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...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 730 class AllowsGenericStreaming {};
735 const AllowsGenericStreaming& /* a */) {
736 return os << "AllowsGenericStreaming";
740 AllowsGenericStreaming a;
741 EXPECT_EQ("AllowsGenericStreaming", Print(a));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 735 class AllowsGenericStreaming {};
740 const AllowsGenericStreaming& /* a */) {
741 return os << "AllowsGenericStreaming";
745 AllowsGenericStreaming a;
746 EXPECT_EQ("AllowsGenericStreaming", Print(a));
    [all...]

Completed in 2348 milliseconds