Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dinterval_set.hpp27 class interval_set: class
95 interval_set(): base_type() {} in interval_set() function in boost::icl::interval_set
98 interval_set(const interval_set& src): base_type(src) {} in interval_set() function in boost::icl::interval_set
102 explicit interval_set in interval_set() function in boost::icl::interval_set
109 explicit interval_set(const domain_type& value): base_type() in interval_set() function in boost::icl::interval_set
113 explicit interval_set(const interval_type& itv): base_type() in interval_set() function in boost::icl::interval_set
145 interval_set(interval_set&& src) in interval_set() function in boost::icl::interval_set
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dissue150.cpp80 struct interval_set { }; struct