Home
last modified time | relevance | path

Searched refs:struct_copy (Results 1 – 2 of 2) sorted by relevance

/external/rust/cxx/macro/src/
Dderive.rs14 Trait::Copy => expanded.extend(struct_copy(strct, span)), in expand_struct()
93 fn struct_copy(strct: &Struct, span: Span) -> TokenStream { in struct_copy() function
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp28427 VkLayerInstanceCreateInfo *struct_copy = new VkLayerInstanceCreateInfo; in SafePnextCopy() local
28429 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() local
28438 memcpy(struct_copy, pNext, sizeof(VkLayerDeviceCreateInfo)); in SafePnextCopy()
28439 struct_copy->pNext = SafePnextCopy(header->pNext); in SafePnextCopy()
28440 safe_pNext = struct_copy; in SafePnextCopy()