Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp61 : detail::decay_array<I>
65 typename detail::decay_array<I>::type
108 : detail::decay_array<OutorI1>
114 : detail::decay_array<ForOut>
162 : detail::decay_array<O>
166 typename detail::decay_array<O>::type
180 : detail::decay_array<O>
184 typename detail::decay_array<O>::type
310 : detail::decay_array<O>
314 typename detail::decay_array<O>::type
[all …]
Dquerying.hpp462 , typename detail::decay_array<I>::type
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/detail/
Ddecay_array.hpp17 struct decay_array struct
23 struct decay_array<T[N]> struct
29 struct decay_array<T (&)[N]> struct
/aosp_15_r20/external/armnn/third-party/doctest/
H A Ddoctest.h1035 template<class T> struct decay_array { typedef T type; };
1036 template<class T, unsigned N> struct decay_array<T[N]> { typedef T* type; };
1037 template<class T> struct decay_array<T[]> { typedef T* type; };
1043 template<class T> struct can_use_op : public not_char_pointer<typename decay_array<T>::type> {};