Home | History | Annotate | Download | only in test

Lines Matching refs:AllowsGenericStreaming

715 class AllowsGenericStreaming {};
720 const AllowsGenericStreaming& /* a */) {
721 return os << "AllowsGenericStreaming";
725 AllowsGenericStreaming a;
726 EXPECT_EQ("AllowsGenericStreaming", Print(a));