Home
last modified time | relevance | path

Searched defs:caster (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/optional/detail/
Doptional_aligned_storage.hpp50 union { void const* ap_pvoid; T const* as_ptype; } caster = { address() }; in ptr_ref() local
55 union { void* ap_pvoid; T* as_ptype; } caster = { address() }; in ptr_ref() local
Dold_optional_implementation.hpp603 … union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() }; in get_object() local
608 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }; in get_object() local
/third_party/boost/boost/interprocess/detail/
Dwindows_intermodule_singleton.hpp87 } caster; in windows_semaphore_based_map() local
100 } caster; in windows_semaphore_based_map() local
164 } caster; in get_map_unlocked() local
175 } caster; in get_map_unlocked() local
/third_party/boost/boost/log/utility/type_dispatch/
Dtype_dispatcher.hpp68 caster; in callback_base() local
109 caster; in operator ()() local
Ddynamic_type_dispatcher.hpp72 caster; in callback_impl() local
Dstatic_type_dispatcher.hpp91 caster; in do_init() local
/third_party/boost/boost/intrusive/detail/
Dparent_from_member.hpp47 } caster; in offset_from_pointer_to_member() local
/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h104 PyObject *caster; in pysqlite_register_adapter() local
/third_party/python/Modules/_sqlite/
Dmodule.c160 PyObject *caster) in pysqlite_register_adapter_impl()