Searched refs:ProcessPropertiesSP (Results 1 – 2 of 2) sorted by relevance
109 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP; typedef692 static const ProcessPropertiesSP &GetGlobalProperties();
811 const ProcessPropertiesSP &Process::GetGlobalProperties() { in GetGlobalProperties()814 static ProcessPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()815 new ProcessPropertiesSP(new ProcessProperties(nullptr)); in GetGlobalProperties()