Searched defs:ConstPointerWrapper (Results 1 – 1 of 1) sorted by relevance
82 class ConstPointerWrapper class85 ConstPointerWrapper() : ptr(DE_NULL) in ConstPointerWrapper() function in vk::ConstPointerWrapper88 ConstPointerWrapper(const T *p0) : ptr(p0) in ConstPointerWrapper() function in vk::ConstPointerWrapper