Home
last modified time | relevance | path

Searched defs:is_range (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/detail/
Dis_range.hpp50 struct is_range : boost::mpl::and_<range_detail::has_iterator<Range>, range_detail::has_const_itera… struct
59 struct is_range< std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct
64 struct is_range< const std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct
73 struct is_range< elementT[sz] > : boost::mpl::true_ struct
78 struct is_range< const elementT[sz] > : boost::mpl::true_ struct
87 struct is_range< char* > : boost::mpl::true_ struct
92 struct is_range< wchar_t* > : boost::mpl::true_ struct
97 struct is_range< const char* > : boost::mpl::true_ struct
102 struct is_range< const wchar_t* > : boost::mpl::true_ struct
107 struct is_range< char* const > : boost::mpl::true_ struct
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dis_range.hpp17 struct is_range struct
22 struct is_range<boost::iterator_range<T>> struct
/external/libaom/examples/
Ddecode_with_drops.c79 int is_range = 0; in main() local
/external/libvpx/examples/
Ddecode_with_drops.c82 int is_range = 0; in main() local