HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnlyVectorCopy (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/streams/
memory_containers.h 202 // ReadOnlyVectorCopy<T> is a read-only container based on a copy of vector<T>.
207 class ReadOnlyVectorCopy : public ContiguousReadOnlyBufferBase {
210 explicit ReadOnlyVectorCopy(std::vector<T> vector)
213 ReadOnlyVectorCopy(const T* buffer, size_t size)
226 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorCopy);
memory_stream.h 63 std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{
64 new data_container::ReadOnlyVectorCopy<T>{std::move(buffer)}};
memory_stream.cc 32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{
33 new data_container::ReadOnlyVectorCopy<uint8_t>{

Completed in 94 milliseconds