Home | History | Annotate | Download | only in test

Lines Matching refs:Unstreamable

814 class Unstreamable {
816 explicit Unstreamable(int value) : value_(value) {}
822 class CommentTest : public TestWithParam<Unstreamable> {};
833 Values(Unstreamable(1)));