HomeSort by relevance Sort by last modified time
    Searched full:remove_extent (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 81 template <class T> struct remove_extent;
170 using remove_extent_t = typename remove_extent<T>::type; // C++14
690 // remove_extent
692 template <class _Tp> struct _LIBCPP_TYPE_VIS remove_extent
694 template <class _Tp> struct _LIBCPP_TYPE_VIS remove_extent<_Tp[]>
696 template <class _Tp, size_t _Np> struct _LIBCPP_TYPE_VIS remove_extent<_Tp[_Np]>
700 template <class _Tp> using remove_extent_t = typename remove_extent<_Tp>::type;
    [all...]
memory     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 355 { typedef typename remove_extent<_Up>::type* __type; };
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 355 { typedef typename remove_extent<_Up>::type* __type; };
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 355 { typedef typename remove_extent<_Up>::type* __type; };
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 355 { typedef typename remove_extent<_Up>::type* __type; };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 355 { typedef typename remove_extent<_Up>::type* __type; };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unique_ptr.h 319 __not_<__is_derived_Tp<typename remove_extent<_Up>::type>>

Completed in 735 milliseconds

12