Home | History | Annotate | Download | only in courgette

Lines Matching defs:collected

56   courgette::SinkStream collected;
58 EXPECT_TRUE(out.CopyTo(&collected));
60 const uint8* collected_buffer = collected.Buffer();
61 size_t collected_length = collected.Length();
96 courgette::SinkStream collected;
98 EXPECT_TRUE(out.CopyTo(&collected));
101 bool can_init = in.Init(collected.Buffer(), collected.Length());
168 courgette::SinkStream collected;
169 EXPECT_TRUE(out.CopyTo(&collected));
171 bool can_init_in = in.Init(collected.Buffer(), collected.Length());