Searched refs:GetPathType (Results 1 – 1 of 1) sorted by relevance
57 switch (GetPathType()) in PRINT()158 return GetPathType() == PATH_TYPE_EMPTY; in IsEmptyPath()175 if (m_Path->GetPathType() == PATH_TYPE_BINARY && m_Path->GetBinarySize() == sizeof(T))195 if (GetPathType() == PATH_TYPE_STRING) in GetString()199 if (GetPathType() == PATH_TYPE_WSTRING) in GetString()208 if (GetPathType() == PATH_TYPE_STRING) in GetStringRaw()220 if (GetPathType() == PATH_TYPE_WSTRING) in GetWString()224 if (GetPathType() == PATH_TYPE_STRING) in GetWString()233 if (GetPathType() == PATH_TYPE_WSTRING) in GetWStringRaw()243 bit32 GetPathType() const { return m_PathType; } in GetPathType() function