Home
last modified time | relevance | path

Searched defs:MapKVStore (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_env_var.cc48 class MapKVStore final : public KVStore { class
61 MapKVStore(const MapKVStore& other) : KVStore(), map_(other.map_) {} in MapKVStore() function in node::MapKVStore