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