Searched refs:checkSeq (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/stoc/source/tdmanager/ |
| H A D | tdmgr_check.cxx | 119 void checkSeq( Sequence< Reference<T> > const & newTypes, in checkSeq() function 161 checkSeq( xNewTD->getMemberTypes(), xExistingTD->getMemberTypes(), in checkStruct() 179 checkSeq( xNewStructTD->getTypeArguments(), in checkStruct() 193 checkSeq( xNewTD->getBaseTypes(), xExistingTD->getBaseTypes(), in checkInterface() 195 checkSeq(xNewTD->getOptionalBaseTypes(),xExistingTD->getOptionalBaseTypes(), in checkInterface() 197 checkSeq( xNewTD->getMembers(), xExistingTD->getMembers(), in checkInterface() 270 checkSeq( xNewTD->getExceptions(), xExistingTD->getExceptions(), in checkMethod() 288 checkSeq( xNewTD->getGetExceptions(), xExistingTD->getGetExceptions(), in checkAttribute() 290 checkSeq( xNewTD->getSetExceptions(), xExistingTD->getSetExceptions(), in checkAttribute() 385 checkSeq( xNewCtor->getExceptions(), xExistingCtor->getExceptions(), in checkService() [all …]
|