Searched refs:struct_copy (Results 1 – 2 of 2) sorted by relevance
14 Trait::Copy => expanded.extend(struct_copy(strct, span)), in expand_struct()93 fn struct_copy(strct: &Struct, span: Span) -> TokenStream { in struct_copy() function
28427 VkLayerInstanceCreateInfo *struct_copy = new VkLayerInstanceCreateInfo; in SafePnextCopy() local28429 memcpy(struct_copy, pNext, sizeof(VkLayerInstanceCreateInfo)); in SafePnextCopy()28430 struct_copy->pNext = SafePnextCopy(header->pNext); in SafePnextCopy()28431 safe_pNext = struct_copy; in SafePnextCopy()28436 VkLayerDeviceCreateInfo *struct_copy = new VkLayerDeviceCreateInfo; in SafePnextCopy() local28438 memcpy(struct_copy, pNext, sizeof(VkLayerDeviceCreateInfo)); in SafePnextCopy()28439 struct_copy->pNext = SafePnextCopy(header->pNext); in SafePnextCopy()28440 safe_pNext = struct_copy; in SafePnextCopy()