Searched refs:ReadOnlyVectorRef (Results 1 – 2 of 2) sorted by relevance
184 class ReadOnlyVectorRef : public ContiguousReadOnlyBufferBase {187 explicit ReadOnlyVectorRef(const std::vector<T>& vector) in ReadOnlyVectorRef() function200 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorRef);
83 std::unique_ptr<data_container::ReadOnlyVectorRef<T>> container{ in OpenRef()84 new data_container::ReadOnlyVectorRef<T>{buffer}}; in OpenRef()