Searched refs:strDup (Results 1 – 8 of 8) sorted by relevance
42 char* strDup(const char* toCopy) { in strDup() function54 res[i] = strDup(arrayToCopy[i]); in strDupArray()
64 char* strDup(const char* toCopy) { in strDup() function76 res[i] = strDup(arrayToCopy[i]); in strDupArray()
65 char* strDup(const char* toCopy) { in strDup() function77 res[i] = strDup(arrayToCopy[i]); in strDupArray()
40 char* strDup(std::string_view str);
51 char* strDup(std::string_view view) { in strDup() function
264 to->pApplicationName = alloc->strDup(from->pApplicationName); in deepcopy_VkApplicationInfo()268 to->pEngineName = alloc->strDup(from->pEngineName); in deepcopy_VkApplicationInfo()1076 to->pName = alloc->strDup(from->pName); in deepcopy_VkPipelineShaderStageCreateInfo()7681 to->pLabelName = alloc->strDup(from->pLabelName); in deepcopy_VkDebugUtilsLabelEXT()7708 to->pObjectName = alloc->strDup(from->pObjectName); in deepcopy_VkDebugUtilsObjectNameInfoEXT()7734 to->pMessageIdName = alloc->strDup(from->pMessageIdName); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()7738 to->pMessage = alloc->strDup(from->pMessage); in deepcopy_VkDebugUtilsMessengerCallbackDataEXT()
264 to->pApplicationName = alloc->strDup(from->pApplicationName); in deepcopy_VkApplicationInfo()268 to->pEngineName = alloc->strDup(from->pEngineName); in deepcopy_VkApplicationInfo()1076 to->pName = alloc->strDup(from->pName); in deepcopy_VkPipelineShaderStageCreateInfo()