Home
last modified time | relevance | path

Searched refs:setErrorId (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/ast/
H A Derror.h61 extern void setErrorId (char*);
H A Derror.c38 void setErrorId (char* id) { error_info.id = id; } in setErrorId() function
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Utilities/
H A DException.hpp220 Exception& setErrorId(const unsigned long& errId) in setErrorId() function in gpstk::Exception
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Utilities/
H A DException_T.cpp187 exc.setErrorId(9012); in testErrorSeverity()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvpr/
H A Dgvpr.c404 setErrorId (opts->cmdName); in scanArgs()