Searched defs:MapKVStore (Results 1 – 1 of 1) sorted by relevance
48 class MapKVStore final : public KVStore { class61 MapKVStore(const MapKVStore& other) : KVStore(), map_(other.map_) {} in MapKVStore() function in node::MapKVStore