Lines Matching refs:RgaSingleton
30 class RgaSingleton {
49 ~RgaSingleton() { }
50 RgaSingleton() { }
53 RgaSingleton(const RgaSingleton&);
54 RgaSingleton& operator = (const RgaSingleton&);
65 (::RgaSingleton< TYPE >::sLock)(::RgaMutex::PRIVATE); \
66 template<> TYPE* ::RgaSingleton< TYPE >::sInstance(nullptr); /* NOLINT */ \
67 template class ::RgaSingleton< TYPE >; \