Home
last modified time | relevance | path

Searched refs:ICL_COMPARE_INSTANCE (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/icl/test/
Dportability.hpp25 ,ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T) \
28 …,ICL_INTERVAL_INSTANCE(ICL_INTERVAL_DEFAULT, tp_T, ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T)…
34 ,ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T) \
35 …,ICL_INTERVAL_INSTANCE(ICL_INTERVAL_DEFAULT, tp_T, ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T)…
45 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T), \
56 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T), \
65 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, tp_T), \
/third_party/boost/boost/icl/detail/
Ddesign_config.hpp48 # define ICL_COMPARE_INSTANCE(compare_instance, domain_type) compare_instance macro
53 # define ICL_COMPARE_INSTANCE(compare_instance, domain_type) compare_instance<domain_type> macro
/third_party/boost/boost/icl/type_traits/
Dinterval_type_default.hpp25 …template <class DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
/third_party/boost/boost/icl/
Dright_open_interval.hpp22 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dopen_interval.hpp22 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dleft_open_interval.hpp21 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dclosed_interval.hpp20 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dinterval.hpp21 …template <class DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Ddiscrete_interval.hpp27 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dseparate_interval_set.hpp23 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dinterval_set.hpp23 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dcontinuous_interval.hpp27 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)>
Dsplit_interval_set.hpp24 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dsplit_interval_map.hpp27 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dinterval_map.hpp31 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dinterval_base_set.hpp47 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dmap.hpp87 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
Dinterval_base_map.hpp53 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT),
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.hpp42 ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(std::less, DomainT),