Home
last modified time | relevance | path

Searched refs:GetPathType (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_Path.h58 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