Home
last modified time | relevance | path

Searched refs:CreateMapKVStore (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_env_var.cc218 std::shared_ptr<KVStore> copy = KVStore::CreateMapKVStore(); in Clone()
289 std::shared_ptr<KVStore> KVStore::CreateMapKVStore() { in CreateMapKVStore() function in node::KVStore
Dnode_worker.cc482 env_vars = KVStore::CreateMapKVStore(); in New()
Dutil.h304 static std::shared_ptr<KVStore> CreateMapKVStore();