Home
last modified time | relevance | path

Searched refs:KVStore (Results 1 - 10 of 10) sorted by relevance

/third_party/node/src/
H A Dnode_env_var.cc37 class RealEnvStore final : public KVStore {
48 class MapKVStore final : public KVStore {
58 std::shared_ptr<KVStore> Clone(Isolate* isolate) const override;
61 MapKVStore(const MapKVStore& other) : KVStore(), map_(other.map_) {} in MapKVStore()
70 std::shared_ptr<KVStore> system_environment = std::make_shared<RealEnvStore>();
214 std::shared_ptr<KVStore> KVStore::Clone(Isolate* isolate) const { in Clone()
218 std::shared_ptr<KVStore> copy = KVStore::CreateMapKVStore(); in Clone()
285 std::shared_ptr<KVStore> MapKVStor
[all...]
H A Dutil.h278 class KVStore { class
280 KVStore() = default;
281 virtual ~KVStore() = default;
282 KVStore(const KVStore&) = delete;
283 KVStore& operator=(const KVStore&) = delete;
284 KVStore(KVStore&&) = delete;
285 KVStore
[all...]
H A Dnode_worker.h35 std::shared_ptr<KVStore> env_vars,
115 std::shared_ptr<KVStore> env_vars_;
H A Ddebug_utils.h75 void Parse(std::shared_ptr<KVStore> env_vars = nullptr,
H A Denv.h221 extern std::shared_ptr<KVStore> system_environment;
659 inline std::shared_ptr<KVStore> env_vars();
660 inline void set_env_vars(std::shared_ptr<KVStore> env_vars);
972 std::shared_ptr<KVStore> env_vars_;
H A Dnode_worker.cc54 std::shared_ptr<KVStore> env_vars, in Worker()
462 std::shared_ptr<KVStore> env_vars = nullptr; in New()
484 env_vars = KVStore::CreateMapKVStore(); in New()
H A Denv-inl.h296 inline std::shared_ptr<KVStore> Environment::env_vars() { in env_vars()
300 inline void Environment::set_env_vars(std::shared_ptr<KVStore> env_vars) { in set_env_vars()
H A Ddebug_utils.cc62 void EnabledDebugList::Parse(std::shared_ptr<KVStore> env_vars, in Parse()
H A Dnode_credentials.cc78 std::shared_ptr<KVStore> env_vars, in SafeGetenv()
H A Dnode_internals.h302 std::shared_ptr<KVStore> env_vars = nullptr,

Completed in 14 milliseconds