Lines Matching defs:IndexStoreBase
131 class IndexStoreBase(object):
212 class IndexStoreMainDict(IndexStoreBase):
232 IndexStoreBase.__init__(self, file_name)
241 IndexStoreBase._protected_write_dict_file(self, path,
374 class IndexStoreListDict(IndexStoreBase):
385 IndexStoreBase.__init__(self, file_name)
481 IndexStoreBase._protected_write_dict_file(self, path,
500 IndexStoreBase.read_dict_file(self)
509 class IndexStoreDict(IndexStoreBase):
514 IndexStoreBase.__init__(self, file_name)
535 IndexStoreBase.read_dict_file(self)
543 class IndexStoreDictMutable(IndexStoreBase):
548 IndexStoreBase.__init__(self, file_name)
583 IndexStoreBase.read_dict_file(self)
604 IndexStoreBase._protected_write_dict_file(self, path,
613 class IndexStoreSetHash(IndexStoreBase):
615 IndexStoreBase.__init__(self, file_name)
638 IndexStoreBase._protected_write_dict_file(self, path,
650 IndexStoreBase.read_dict_file(self)
668 class IndexStoreSet(IndexStoreBase):
676 IndexStoreBase.__init__(self, file_name)
700 IndexStoreBase._protected_write_dict_file(self, path,
714 IndexStoreBase.read_dict_file(self)
732 class InvertedDict(IndexStoreBase):
743 IndexStoreBase.__init__(self, file_name)
800 IndexStoreBase._protected_write_dict_file(self, path,
814 IndexStoreBase.read_dict_file(self)