HomeSort by relevance Sort by last modified time
    Searched full:aligned_storage (Results 1 - 25 of 64) sorted by null

1 2 3

  /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/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
aligned_storage.pass.cpp 12 // aligned_storage
19 typedef std::aligned_storage<10, 1 >::type T1;
27 typedef std::aligned_storage<10, 2 >::type T1;
35 typedef std::aligned_storage<10, 4 >::type T1;
43 typedef std::aligned_storage<10, 8 >::type T1;
51 typedef std::aligned_storage<10, 16 >::type T1;
59 typedef std::aligned_storage<10, 32 >::type T1;
67 typedef std::aligned_storage<20, 32 >::type T1;
75 typedef std::aligned_storage<40, 32 >::type T1;
83 typedef std::aligned_storage<12, 16 >::type T1
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 87 std::aligned_storage<sizeof(A0)>::type a0;
95 std::aligned_storage<sizeof(A1)>::type a1;
103 std::aligned_storage<sizeof(A2)>::type a2;
113 std::aligned_storage<sizeof(A0)>::type a0;
124 std::aligned_storage<sizeof(A1)>::type a1;
135 std::aligned_storage<sizeof(A2)>::type a2;
destroy.pass.cpp 60 std::aligned_storage<sizeof(A0)>::type a0;
71 std::aligned_storage<sizeof(A0)>::type a0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/storage.iterator/
raw_storag_iterator.pass.cpp 32 typedef std::aligned_storage<3*sizeof(A), std::alignment_of<A>::value>::type
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__sso_allocator 37 typename aligned_storage<sizeof(_Tp) * _Np>::type buf_;
__functional_03 650 aligned_storage<3*sizeof(void*)>::type __buf_;
855 typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
935 aligned_storage<3*sizeof(void*)>::type __buf_;
1157 typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
    [all...]
type_traits 131 struct aligned_storage;
182 using aligned_storage_t = typename aligned_storage<Len,Align>::type; // C++14
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp 24 #include <boost/aligned_storage.hpp>
93 aligned_storage<sizeof(wrapper), alignment_of<wrapper>::value>::type x;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits 236 struct aligned_storage
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 236 struct aligned_storage
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 236 struct aligned_storage
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 236 struct aligned_storage
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
type_traits 236 struct aligned_storage
  /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 ;
  /external/stlport/stlport/
type_traits 721 // template <std::size_t Len, std::size_t Align> struct aligned_storage;
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 711 // template <std::size_t Len, std::size_t Align> struct aligned_storage;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 305 struct aligned_storage
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 671 struct aligned_storage
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 671 struct aligned_storage
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 305 struct aligned_storage
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits 711 // template <std::size_t Len, std::size_t Align> struct aligned_storage;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 305 struct aligned_storage
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits 711 // template <std::size_t Len, std::size_t Align> struct aligned_storage;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 305 struct aligned_storage

Completed in 244 milliseconds

1 2 3