Home
last modified time | relevance | path

Searched defs:same_cv (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dexpr.hpp107 struct same_cv struct
109 typedef U type;
113 struct same_cv<T const, U> struct
115 typedef U const type;
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DTypeLogic.h37 template <typename D, typename S> using same_cv = copy_cv<std::remove_cv_t<D>, S>; variable
/aosp_15_r20/external/skia/include/private/base/
H A DSkTLogic.h48 template <typename D, typename S> using same_cv = copy_cv<std::remove_cv_t<D>, S>; variable