Searched refs:ProcessPropertiesSP (Results 1 – 2 of 2) sorted by relevance
108 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP; typedef503 static const ProcessPropertiesSP &GetGlobalProperties();
484 const ProcessPropertiesSP &Process::GetGlobalProperties() { in GetGlobalProperties()487 static ProcessPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()488 new ProcessPropertiesSP(new ProcessProperties(nullptr)); in GetGlobalProperties()