Lines Matching refs:check
140 check( pNewTypes[pos].get(), pExistingTypes[pos].get(), in checkSeq()
159 check( xNewTD->getBaseType(), xExistingTD->getBaseType(), in checkStruct()
246 check( xNewParam->getType(), xExistingParam->getType(), context ); in checkParameters()
260 check( xNewTD->getReturnType(), xExistingTD->getReturnType(), in checkMethod()
282 check( xNewTD->getType(), xExistingTD->getType(), in checkAttribute()
312 check( xNewTD->getPropertyTypeDescription(), in checkProperty()
327 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkSingleton()
330 check( xNewTD->getService().get(), xExistingTD->getService().get(), in checkSingleton()
344 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkService()
434 void check( Reference<reflection::XTypeDescription> const & xNewTD, in check() function
476 check( Reference<reflection::XIndirectTypeDescription>( in check()