Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/helpers/
Dexception_test.hpp127 struct exception_base struct
129 struct data_type
132 struct strong_type
137 data_type init() const { return data_type(); } in init()
138 void check BOOST_PREVENT_MACRO_SUBSTITUTION() const {} in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/libs/rational/test/
Drational_test.cpp125 class exception_base { protected: virtual ~exception_base() throw() {} }; in ~exception_base() class in __anon6b1b4af40111::MyOverflowingUnsigned
/third_party/boost/libs/qvm/gen/
Dgen.cpp49 struct exception_base: virtual std::exception, virtual boost::exception { }; struct