Home | History | Annotate | Download | only in common

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.
150 * Returns the singleton instance, or NULL if it could not be created.
151 * Calls the instantiator with the context if the instance has not been
162 * Resets the fields. The caller must have deleted the singleton instance.
187 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
189 return instance;