Searched refs:throwing_value (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
D | test_exceptions.hpp | 31 typedef std::pair<bg::model::point<float, 2, bg::cs::cartesian>, throwing_value> Value; in test_rtree_value_exceptions() 35 throwing_value::reset_calls_counter(); in test_rtree_value_exceptions() 36 throwing_value::set_max_calls((std::numeric_limits<size_t>::max)()); in test_rtree_value_exceptions() 43 throwing_value::reset_calls_counter(); in test_rtree_value_exceptions() 44 throwing_value::set_max_calls(10000); in test_rtree_value_exceptions() 48 throwing_value::reset_calls_counter(); in test_rtree_value_exceptions() 49 throwing_value::set_max_calls(i); in test_rtree_value_exceptions() 58 throwing_value::reset_calls_counter(); in test_rtree_value_exceptions() 59 throwing_value::set_max_calls(i); in test_rtree_value_exceptions() 66 throwing_value::reset_calls_counter(); in test_rtree_value_exceptions() [all …]
|
D | test_throwing.hpp | 21 struct throwing_value struct 23 explicit throwing_value(int v = 0) in throwing_value() argument 27 bool operator==(throwing_value const& v) const in operator ==() argument 32 throwing_value(throwing_value const& v) in throwing_value() argument 39 throwing_value & operator=(throwing_value const& v) in operator =() argument 67 struct value< std::pair<bg::model::point<T, 2, C>, throwing_value> > argument 70 typedef std::pair<P, throwing_value> R; 73 return std::make_pair(P(x, y), throwing_value(x + y * 100)); in apply()
|
/third_party/boost/libs/flyweight/test/ |
D | heavy_objects.hpp | 91 struct throwing_value struct 93 throwing_value():n(0){} in throwing_value() argument 94 throwing_value(const throwing_value&){throw throwing_value_exception();} in throwing_value() argument 95 throwing_value(int){throw throwing_value_exception();} in throwing_value() function 102 const int& operator()(const throwing_value& x)const{return x.n;} in operator ()() argument
|
D | test_basic_template.hpp | 288 boost::flyweights::key_value<int,throwing_value,from_throwing_value_to_int> in test_basic_template() 295 throwing_flyweight fw=throwing_flyweight(throwing_value()); in test_basic_template()
|