Searched defs:safe_VkAllocationCallbacks (Results 1 – 2 of 2) sorted by relevance
80 struct safe_VkAllocationCallbacks { struct87 safe_VkAllocationCallbacks(const VkAllocationCallbacks* in_struct); argument89 safe_VkAllocationCallbacks& operator=(const safe_VkAllocationCallbacks& src); argument94 VkAllocationCallbacks *ptr() { return reinterpret_cast<VkAllocationCallbacks *>(this); } in ptr()95 …ationCallbacks const *ptr() const { return reinterpret_cast<VkAllocationCallbacks const *>(this); } in ptr()
278 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const VkAllocationCallbacks* in_struct) : in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks288 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks() : in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks