Home
last modified time | relevance | path

Searched refs:co_value (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/icl/detail/
Dinterval_map_algo.hpp42 const typename IntervalMapT::codomain_type& co_value in is_joinable() local
43 = icl::co_value<IntervalMapT>(first); in is_joinable()
46 if(icl::co_value<IntervalMapT>(next_) != co_value) in is_joinable()
Delement_comparer.hpp53 if(co_value<LeftT>(left) < co_value<RightT>(right)) in covalues_are_equal()
55 if(co_value<RightT>(right) < co_value<LeftT>(left)) in covalues_are_equal()
Don_absorbtion.hpp33 static bool is_absorbable(const codomain_type& co_value) in is_absorbable()
35 return co_value == Combiner::identity_element(); in is_absorbable()
Dsubset_comparer.hpp39 return inclusion_compare( co_value<LeftT>(left_), in apply()
40 co_value<RightT>(right_)); in apply()
49 if(co_value<LeftT>(left_) == co_value<RightT>(right_)) in apply()
Dassociated_value.hpp26 return co_value<Type>(left_) == co_value<CoType>(right_); in co_equal()
Dinterval_subset_comparer.hpp37 return inclusion_compare( icl::co_value<LeftT>(left_), in apply()
38 icl::co_value<RightT>(right_)); in apply()
47 if(icl::co_value<LeftT>(left_) == icl::co_value<RightT>(right_)) in apply()
Dinterval_morphism.hpp29 … typename IntervalContainerT::codomain_type coval = icl::co_value<IntervalContainerT>(itv_); in atomize()
45 = co_value<ElementContainerT>(element_); in cluster()
Dinterval_set_algo.hpp485 object._insert(prior_, icl::make_value<Type>(left_resid, co_value<Type>(first_))); in add_front()
/third_party/boost/boost/icl/concept/
Delement_set_value.hpp21 co_value(Iterator it_) in co_value() function
Dinterval_set_value.hpp23 co_value(Iterator value_) in co_value() function
Dmap_value.hpp30 co_value(Iterator it_) in co_value() function
/third_party/boost/boost/icl/
Dmap.hpp486 const typename Type::codomain_type& co_value) in subtract()
488 inverse_codomain_intersect()((*it_).second, co_value); in subtract()
497 const typename Type::codomain_type& co_value) in subtract()
499 inverse_codomain_intersect()((*it_).second, co_value); in subtract()
Dinterval_base_map.hpp673 const codomain_type& flip_value, const codomain_type& co_value) in add()
676 inverse_codomain_intersect()(common_value, co_value); in add()
773 const codomain_type& co_value = (*it_).second; in flip() local
788 ::add(intersection, common_interval, x_value, co_value); in flip()