Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dadd_pointer.h28 using __add_pointer_t = __add_pointer(_Tp); variable
40 using __add_pointer_t = typename __add_pointer_impl<_Tp>::type;
46 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>;
50 template <class _Tp> using add_pointer_t = __add_pointer_t<_Tp>;
Ddecay.h49 __add_pointer_t<__remove_extent_t<_Up> >,