Home
last modified time | relevance | path

Searched defs:is_range (Results 1 – 9 of 9) 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/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.adaptor.object/
Drange_adaptor_closure.pass.cpp83 struct is_range : std::ranges::range_adaptor_closure<is_range> { struct
88 static_assert(std::ranges::range<is_range> && std::ranges::range<const is_range>); argument
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.adaptor.object/
Drange_adaptor_closure.pass.cpp83 struct is_range : std::ranges::range_adaptor_closure<is_range> { struct
88 static_assert(std::ranges::range<is_range> && std::ranges::range<const is_range>); argument
/external/coreboot/src/arch/riscv/
Dpmp.c287 static int find_empty_pmp_entry(int is_range) in find_empty_pmp_entry()
343 int is_range, n; in setup_pmp() local
/external/libvpx/examples/
Ddecode_with_drops.c82 int is_range = 0; in main() local
/external/libaom/examples/
Ddecode_with_drops.c79 int is_range = 0; in main() local
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp3753 struct is_range struct
3756 using t_ref = typename std::add_lvalue_reference<T>::type;
3758 using iterator = detected_t<result_of_begin, t_ref>;
3759 using sentinel = detected_t<result_of_end, t_ref>;
3764 static constexpr auto is_iterator_begin =
3768 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
/external/ublksrv/include/nlohmann/
Djson.hpp3545 struct is_range struct
3548 using t_ref = typename std::add_lvalue_reference<T>::type;
3550 using iterator = detected_t<result_of_begin, t_ref>;
3551 using sentinel = detected_t<result_of_end, t_ref>;
3556 static constexpr auto is_iterator_begin =
3560 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;