Lines Matching refs:Stream
2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
5 use GuzzleHttp\Stream\CachingStream;
6 use GuzzleHttp\Stream\Utils;
19 /** @var Stream */
24 $this->decorated = Stream::factory('testing');
36 $body = Stream::factory('test');
55 $a = Stream::factory('foo');
89 $decorated = Stream::factory(
134 $a = Stream::factory($s);