Searched refs:TextCacheDataSource (Results 1 – 1 of 1) sorted by relevance
93 class TextCacheDataSource : public DataSource { class95 TextCacheDataSource(DataSourceDependencies dependencies) in TextCacheDataSource() function in iorap::inode2filename::TextCacheDataSource160 virtual ~TextCacheDataSource() {} in ~TextCacheDataSource()173 return std::shared_ptr<DataSource>{new TextCacheDataSource{std::move(dependencies)}}; in Create()