Searched refs:caster (Results 1 – 2 of 2) sorted by relevance
54 union { void const* ap_pvoid; T const* as_ptype; } caster = { address() }; in ptr_ref() local55 return caster.as_ptype; in ptr_ref()59 union { void* ap_pvoid; T* as_ptype; } caster = { address() }; in ptr_ref() local60 return caster.as_ptype; in ptr_ref()
604 … union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() }; in get_object() local605 return caster.as_ptype; in get_object()609 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }; in get_object() local610 return caster.as_ptype; in get_object()