Home
last modified time | relevance | path

Searched defs:copy_const_t (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/base/
DSkTLogic.h29 template <typename D, typename S> using copy_const_t = typename copy_const<D, S>::type; variable
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dbasic.h39 using copy_const_t = typename CopyConst<From, To>::type; variable