Home | History | Annotate | Download | only in common

Lines Matching refs:duplicate

98      * created yet. In a race condition, the duplicate may not be NULL.
99 * The caller must delete the duplicate.
100 * The caller need not initialize the duplicate before the call.
103 void *&duplicate,
118 * Takes care of the duplicate deletion and type casting.
130 void *duplicate;
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
132 delete (T *)duplicate;
152 * created yet. In a race condition, the duplicate may not be NULL.
153 * The caller must delete the duplicate.
154 * The caller need not initialize the duplicate before the call.
159 void *&duplicate,
174 * Takes care of the duplicate deletion and type casting.
186 void *duplicate;
187 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
188 delete (T *)duplicate;