Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp1056 aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; in emplace() local
1057 value_type * val_p = static_cast<value_type *>(temp_storage.address()); in emplace()
1105 … aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; \
1106 … value_type * val_p = static_cast<value_type *>(temp_storage.address()); \
1620 > temp_storage; in swap_dispatch_impl() local
1621 value_type * temp_ptr = reinterpret_cast<value_type*>(temp_storage.address()); in swap_dispatch_impl()