Searched defs:caster (Results 1 – 2 of 2) sorted by relevance
54 union { void const* ap_pvoid; T const* as_ptype; } caster = { address() }; in ptr_ref() local59 union { void* ap_pvoid; T* as_ptype; } caster = { address() }; in ptr_ref() local
604 … union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() }; in get_object() local609 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }; in get_object() local