Lines Matching refs:RgaSingleton
29 template <typename TYPE> class RgaSingleton {
48 ~RgaSingleton()
51 RgaSingleton()
56 RgaSingleton(const RgaSingleton &);
57 RgaSingleton &operator=(const RgaSingleton &);
68 template <>::RgaMutex(::RgaSingleton<TYPE>::sLock)(::RgaMutex::PRIVATE); \
69 template <> TYPE * ::RgaSingleton<TYPE>::sInstance(nullptr); /* NOLINT */ \
70 template class ::RgaSingleton<TYPE>; \