Searched refs:ReadOnlyVectorRef (Results 1 – 2 of 2) sorted by relevance
183 class ReadOnlyVectorRef : public ContiguousReadOnlyBufferBase {186 explicit ReadOnlyVectorRef(const std::vector<T>& vector) in ReadOnlyVectorRef() function199 DISALLOW_COPY_AND_ASSIGN(ReadOnlyVectorRef);
81 std::unique_ptr<data_container::ReadOnlyVectorRef<T>> container{ in OpenRef()82 new data_container::ReadOnlyVectorRef<T>{buffer}}; in OpenRef()