Home
last modified time | relevance | path

Searched refs:ReadOnlyVectorCopy (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_containers.h208 class ReadOnlyVectorCopy : public ContiguousReadOnlyBufferBase {
211 explicit ReadOnlyVectorCopy(std::vector<T> vector) in ReadOnlyVectorCopy() function
214 ReadOnlyVectorCopy(const T* buffer, size_t size) in ReadOnlyVectorCopy() function
227 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorCopy);
Dmemory_stream.h65 std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{ in OpenCopyOf()
66 new data_container::ReadOnlyVectorCopy<T>{std::move(buffer)}}; in OpenCopyOf()
Dmemory_stream.cc32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{ in OpenCopyOf()
33 new data_container::ReadOnlyVectorCopy<uint8_t>{ in OpenCopyOf()