Home
last modified time | relevance | path

Searched defs:add_pointer_t (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/mp11/test/
Dmpl.cpp41 template<class T> using add_pointer_t = typename std::add_pointer<T>::type; typedef
Dmp_transform_third.cpp22 template<class T> using add_pointer_t = T*; typedef
Dmp_transform_second.cpp22 template<class T> using add_pointer_t = T*; typedef
Dmp_transform_front.cpp22 template<class T> using add_pointer_t = T*; typedef
/third_party/boost/boost/type_traits/
Dadd_pointer.hpp61 template <class T> using add_pointer_t = typename add_pointer<T>::type; typedef
/third_party/flutter/skia/include/private/
DSkTLogic.h37 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type; variable