Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_SafePath.h40 NN_UTIL_AUTOOBJECT_BEGIN_DEFINE_T1(SafePath, NN_UTIL_AUTOOBJECT_T0)
47 SafePath() {} in SafePath() function
48 SafePath(const Char* s) : Base(s) {} in SafePath() function
49 template <class T> explicit SafePath(const T* s) : Base(s) {} in SafePath() function