Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_tools.h304 typedef _Tp storage_type;
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref)
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp184 typedef aligned_storage<internal_type> storage_type ; typedef in boost::optional_detail::optional_base
493 storage_type m_storage ;