Searched refs:SharedTableStorage (Results 1 – 1 of 1) sorted by relevance
31 class SharedTableStorage : public TableStorageImpl { class47 virtual ~SharedTableStorage() {} in ~SharedTableStorage()61 bool SharedTableStorage::Find(const string &name, TableStorage::iterator &result) const { in Find()69 bool SharedTableStorage::Insert(const string &name, TableDesc &&desc) { in Insert()77 bool SharedTableStorage::Delete(const string &name) { in Delete()85 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::begin() { in begin()88 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::end() { in end()92 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::lower_bound(const string &k) { in lower_bound()95 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::upper_bound(const string &k) { in upper_bound()98 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::erase(const TableStorageIteratorImpl &it) { in erase()[all …]