Lines Matching refs:pRet
186 void * pRet = NULL; \
188 pRet = this; \
189 return pRet; \
226 void * pRet = NULL; \
228 pRet = this; \
229 if( !pRet ) \
230 pRet = Super1::Cast( pFact ); \
231 return pRet; \
267 void * pRet = NULL; \
269 pRet = this; \
270 if( !pRet ) \
271 pRet = Super1::Cast( pFact ); \
272 if( !pRet ) \
273 pRet = Super2::Cast( pFact ); \
274 return pRet; \
310 void * pRet = NULL; \
312 pRet = this; \
313 if( !pRet ) \
314 pRet = Super1::Cast( pFact ); \
315 if( !pRet ) \
316 pRet = Super2::Cast( pFact ); \
317 if( !pRet ) \
318 pRet = Super3::Cast( pFact ); \
319 return pRet; \
357 void * pRet = NULL; \
359 pRet = this; \
360 if( !pRet ) \
361 pRet = Super1::Cast( pFact ); \
362 if( !pRet ) \
363 pRet = Super2::Cast( pFact ); \
364 if( !pRet ) \
365 pRet = Super3::Cast( pFact ); \
366 if( !pRet ) \
367 pRet = Super4::Cast( pFact ); \
368 return pRet; \