OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aligned_storage
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
aligned_storage.hpp
2
// boost
aligned_storage
.hpp header file
31
namespace detail { namespace
aligned_storage
{
namespace in namespace:boost::detail
67
}} // namespace detail::
aligned_storage
73
class
aligned_storage
:
class in namespace:boost
79
detail::
aligned_storage
::aligned_storage_imp<size_, alignment_>
84
typedef detail::
aligned_storage
::aligned_storage_imp<size_, alignment_> type;
94
? ::boost::detail::
aligned_storage
::alignment_of_max_align
106
aligned_storage
(const
aligned_storage
&);
107
aligned_storage
& operator=(const aligned_storage&)
120
aligned_storage
()
function in class:boost::aligned_storage
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
119
// This local class is used instead of that in "
aligned_storage
.hpp"
124
class
aligned_storage
class in namespace:boost::optional_detail
184
typedef
aligned_storage
<internal_type> storage_type ;
Completed in 665 milliseconds