Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dmemory_containers.h207 class ReadOnlyVectorCopy : public ContiguousReadOnlyBufferBase {
210 explicit ReadOnlyVectorCopy(std::vector<T> vector) in ReadOnlyVectorCopy() function
213 ReadOnlyVectorCopy(const T* buffer, size_t size) in ReadOnlyVectorCopy() function
226 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorCopy);
Dmemory_stream.h63 std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{ in OpenCopyOf()
64 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()