Home
last modified time | relevance | path

Searched defs:annotateException (Results 1 – 2 of 2) sorted by relevance

/dports/security/opensaml/opensaml-3.2.1/saml/
H A DSAMLConfig.cpp335 void opensaml::annotateException(XMLToolingException* e, const EntityDescriptor* entity, const Stat… in annotateException() function in opensaml
354 void opensaml::annotateException(XMLToolingException* e, const RoleDescriptor* role, const Status* … in annotateException() function in opensaml
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dutils.py1443 def annotateException(msg,enc='utf8',postMsg='',sep=' '): function