Home
last modified time | relevance | path

Searched defs:no_such_group (Results 1 – 3 of 3) sorted by relevance

/dports/devel/liblas/libLAS-1.8.1/test/unit/tut/
H A Dtut_exception.hpp48 struct no_such_group : public tut_error struct
50 explicit no_such_group(const std::string& grp) in no_such_group() function
57 return "tut::no_such_group"; in type()
60 ~no_such_group() throw() in ~no_such_group()
/dports/graphics/geos/geos-3.9.1/tests/unit/tut/
H A Dtut_exception.hpp48 struct no_such_group : public tut_error struct
50 explicit no_such_group(const std::string& grp) in no_such_group() function
57 return "tut::no_such_group"; in type()
60 ~no_such_group() throw() override in ~no_such_group()
/dports/devel/liblas12/libLAS-1.2.1/test/unit/tut/
H A Dtut.hpp87 struct no_such_group : public tut_error struct
89 no_such_group(const std::string& grp) in no_such_group() argument
94 ~no_such_group() throw() in ~no_such_group()