Searched refs:ReadOnlyVectorCopy (Results 1 – 3 of 3) sorted by relevance
207 class ReadOnlyVectorCopy : public ContiguousReadOnlyBufferBase {210 explicit ReadOnlyVectorCopy(std::vector<T> vector) in ReadOnlyVectorCopy() function213 ReadOnlyVectorCopy(const T* buffer, size_t size) in ReadOnlyVectorCopy() function226 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorCopy);
63 std::unique_ptr<data_container::ReadOnlyVectorCopy<T>> container{ in OpenCopyOf()64 new data_container::ReadOnlyVectorCopy<T>{std::move(buffer)}}; in OpenCopyOf()
32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{ in OpenCopyOf()33 new data_container::ReadOnlyVectorCopy<uint8_t>{ in OpenCopyOf()