Home | History | Annotate | Download | only in streams

Lines Matching full:data_container

63     std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{
64 new data_container::ReadOnlyVectorCopy<T>{std::move(buffer)}};
81 std::unique_ptr<data_container::ReadOnlyVectorRef<T>> container{
82 new data_container::ReadOnlyVectorRef<T>{buffer}};
109 std::unique_ptr<data_container::VectorPtr<T>> container{
110 new data_container::VectorPtr<T>{buffer}};
127 std::unique_ptr<data_container::VectorPtr<T>> container{
128 new data_container::VectorPtr<T>{buffer}};
139 std::unique_ptr<data_container::DataContainerInterface> container,
195 std::unique_ptr<data_container::DataContainerInterface> container,
202 std::unique_ptr<data_container::DataContainerInterface> container_;