Definition at line 99 of file SimilarityTableSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Core::Table::SimilarityTableSet::GetQuidTable(), Impala::Util::Read(), and RepFS(). Referenced by Get(). 00101 { 00102 File file = RepFS().GetFile(loc, dir, "all_quids.tab", false, false); 00103 Read(res->GetQuidTable(), file); 00104 }
Here is the call graph for this function: ![]()
|