Lines Matching refs:instance
90 * Define a static SimpleSingleton instance via the STATIC_SIMPLE_SINGLETON macro.
96 * Returns the singleton instance, or NULL if it could not be created.
97 * Calls the instantiator with the context if the instance has not been
106 * Resets the fields. The caller must have deleted the singleton instance.
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
133 return instance;
143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
151 * Returns the singleton instance, or NULL if it could not be created.
152 * Calls the instantiator with the context if the instance has not been
163 * Resets the fields. The caller must have deleted the singleton instance.
188 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
190 return instance;