Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/fslow/
Dfslow_SafePath.h47 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