Home
last modified time | relevance | path

Searched refs:ReadOnlyVectorRef (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_containers.h183 class ReadOnlyVectorRef : public ContiguousReadOnlyBufferBase {
186 explicit ReadOnlyVectorRef(const std::vector<T>& vector) in ReadOnlyVectorRef() function
199 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorRef);
Dmemory_stream.h81 std::unique_ptr<data_container::ReadOnlyVectorRef<T>> container{ in OpenRef()
82 new data_container::ReadOnlyVectorRef<T>{buffer}}; in OpenRef()