Lines Matching refs:exception
15 typedef boost::unordered_set<test::exception::object, test::exception::hash,
16 test::exception::equal_to,
17 test::exception::allocator<test::exception::object> >
19 typedef boost::unordered_multiset<test::exception::object,
20 test::exception::hash, test::exception::equal_to,
21 test::exception::allocator2<test::exception::object> >
23 typedef boost::unordered_map<test::exception::object, test::exception::object,
24 test::exception::hash, test::exception::equal_to,
25 test::exception::allocator2<test::exception::object> >
27 typedef boost::unordered_multimap<test::exception::object,
28 test::exception::object, test::exception::hash, test::exception::equal_to,
29 test::exception::allocator<test::exception::object> >
32 std::pair<test::exception::object, test::exception::object>,
33 test::exception::hash, test::exception::equal_to,
34 test::exception::allocator<test::exception::object> >
37 std::pair<test::exception::object, test::exception::object>,
38 test::exception::hash, test::exception::equal_to,
39 test::exception::allocator2<test::exception::object> >