Searched refs:safe_VkAllocationCallbacks (Results 1 – 2 of 2) sorted by relevance
80 struct safe_VkAllocationCallbacks { struct87 safe_VkAllocationCallbacks(const VkAllocationCallbacks* in_struct); argument88 safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src);89 safe_VkAllocationCallbacks& operator=(const safe_VkAllocationCallbacks& src); argument90 safe_VkAllocationCallbacks();91 ~safe_VkAllocationCallbacks();93 void initialize(const safe_VkAllocationCallbacks* src);
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_VkAllocationCallbacks302 safe_VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks&… in operator =()317 safe_VkAllocationCallbacks::~safe_VkAllocationCallbacks() in ~safe_VkAllocationCallbacks()321 void safe_VkAllocationCallbacks::initialize(const VkAllocationCallbacks* in_struct) in initialize()331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize()