Home
last modified time | relevance | path

Searched defs:on_codomain_model (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dmap.hpp466 struct on_codomain_model<Type, false, false> struct in boost::icl::map
468 static void subtract(Type&, typename Type::iterator it_, in subtract()
474 struct on_codomain_model<Type, false, true> struct in boost::icl::map
476 static void subtract(Type& object, typename Type::iterator it_, in subtract()
482 struct on_codomain_model<Type, true, false> struct in boost::icl::map
484 typedef typename Type::inverse_codomain_intersect inverse_codomain_intersect;
485 static void subtract(Type&, typename Type::iterator it_, in subtract()
493 struct on_codomain_model<Type, true, true> struct in boost::icl::map
495 typedef typename Type::inverse_codomain_intersect inverse_codomain_intersect;
496 static void subtract(Type& object, typename Type::iterator it_, in subtract()
Dinterval_base_map.hpp664 struct on_codomain_model<Type, true> struct in boost::icl::interval_base_map
666 typedef typename Type::interval_type interval_type;
667 typedef typename Type::codomain_type codomain_type;
668 typedef typename Type::segment_type segment_type;
669 typedef typename Type::codomain_combine codomain_combine;
670 typedef typename Type::inverse_codomain_intersect inverse_codomain_intersect;
672 static void add(Type& intersection, interval_type& common_interval, in add()
683 struct on_codomain_model<Type, false> struct in boost::icl::interval_base_map
685 typedef typename Type::interval_type interval_type;
686 typedef typename Type::codomain_type codomain_type;
[all …]