Searched refs:GetPathType (Results 1 – 1 of 1) sorted by relevance
58 switch (GetPathType()) in PRINT()159 return GetPathType() == PATH_TYPE_EMPTY; in IsEmptyPath()176 if (m_Path->GetPathType() == PATH_TYPE_BINARY && m_Path->GetBinarySize() == sizeof(T))196 if (GetPathType() == PATH_TYPE_STRING) in GetString()200 if (GetPathType() == PATH_TYPE_WSTRING) in GetString()209 if (GetPathType() == PATH_TYPE_STRING) in GetStringRaw()221 if (GetPathType() == PATH_TYPE_WSTRING) in GetWString()225 if (GetPathType() == PATH_TYPE_STRING) in GetWString()234 if (GetPathType() == PATH_TYPE_WSTRING) in GetWStringRaw()244 bit32 GetPathType() const { return m_PathType; } in GetPathType() function