Searched refs:PlatformPathPtr (Results 1 – 2 of 2) sorted by relevance
70 typedef PlatformPath PlatformPathPtr; typedef72 typedef PlatformPath* PlatformPathPtr; typedef145 PlatformPathPtr platformPath() const { return m_path; } in platformPath()151 PlatformPathPtr m_path;
12324 Replaced the "PlatformPath* m_path;" with a PlatformPathPtr, which