Home
last modified time | relevance | path

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

/system/tools/xsdc/utils/include/xsdc/
DXsdcSupport.h32 constexpr xsdc_invalid_type<T> xsdc_enum_values; variable
44 constexpr auto begin() const { return std::begin(details::xsdc_enum_values<T>); } in begin()
46 constexpr auto rbegin() const { return std::rbegin(details::xsdc_enum_values<T>); } in rbegin()
48 constexpr auto end() const { return std::end(details::xsdc_enum_values<T>); } in end()
50 constexpr auto rend() const { return std::rend(details::xsdc_enum_values<T>); } in rend()