Home
last modified time | relevance | path

Searched refs:stora_ptr (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/container/detail/
H A Dcopy_move_algo.hpp1027 void *const stora_ptr = static_cast<void*>(boost::movelib::iterator_to_raw_pointer(storage)); in deep_swap_alloc_n() local
1028 std::memcpy(stora_ptr, large_ptr, n_i_bytes); in deep_swap_alloc_n()
1030 std::memcpy(short_ptr, stora_ptr, n_i_bytes); in deep_swap_alloc_n()
1058 char *stora_ptr = static_cast<char*>(static_cast<void*>(&storage)); in deep_swap_alloc_n() local
1071 std::memcpy(stora_ptr, large_ptr, sizeof_storage); in deep_swap_alloc_n()
1073 std::memcpy(short_ptr, stora_ptr, sizeof_storage); in deep_swap_alloc_n()
1078 std::memcpy(stora_ptr, large_ptr, sizeof_storage); in deep_swap_alloc_n()
1080 std::memcpy(short_ptr, stora_ptr, sizeof_storage); in deep_swap_alloc_n()
1085 std::memcpy(stora_ptr, large_ptr, sizeof_storage); in deep_swap_alloc_n()
1087 std::memcpy(short_ptr, stora_ptr, sizeof_storage); in deep_swap_alloc_n()
[all …]