Searched refs:setExceptions (Results 1 – 6 of 6) sorted by relevance
331 setExceptions; in run() local355 setExceptions = attribute->getSetExceptions(); in run()356 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run()387 setExceptions = attribute->getSetExceptions(); in run()388 assertEqual< sal_Int32 >(2, setExceptions.getLength()); in run()392 setExceptions[0]->getName()); in run()397 setExceptions[1]->getName()); in run()424 setExceptions = attribute->getSetExceptions(); in run()425 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run()
55 void setExceptions(DeclList const * pExceptions);
50 void setExceptions( in setExceptions() function in AstAttribute
36 void AstOperation::setExceptions(DeclList const * pExceptions) in setExceptions() function in AstOperation
817 static_cast< AstAttribute * >(idlc()->scopes()->top())->setExceptions(1065 pOp->setExceptions($12);2019 static_cast< AstOperation * >(idlc()->scopes()->top())->setExceptions(
1832 sal_Int32 setExceptions = dumpAttributeExceptionTypeNames( in dumpCppuAttributes() local1845 << setExceptions << ", " in dumpCppuAttributes()1846 << (setExceptions == 0 ? "0" : "the_setExceptions") << " );\n"; in dumpCppuAttributes()
Completed in 157 milliseconds