Searched refs:short_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 D | copy_move_algo.hpp | 1026 …void *const short_ptr = static_cast<void*>(boost::movelib::iterator_to_raw_pointer(short_range_f)); in deep_swap_alloc_n() local 1029 std::memcpy(large_ptr, short_ptr, n_i_bytes); in deep_swap_alloc_n() 1030 std::memcpy(short_ptr, stora_ptr, n_i_bytes); in deep_swap_alloc_n() 1057 …char *short_ptr = static_cast<char*>(static_cast<void*>(boost::movelib::iterator_to_raw_pointer(sh… in deep_swap_alloc_n() local 1072 std::memcpy(large_ptr, short_ptr, sizeof_storage); in deep_swap_alloc_n() 1073 std::memcpy(short_ptr, stora_ptr, sizeof_storage); in deep_swap_alloc_n() 1075 short_ptr += sizeof_storage; in deep_swap_alloc_n() 1079 std::memcpy(large_ptr, short_ptr, sizeof_storage); in deep_swap_alloc_n() 1080 std::memcpy(short_ptr, stora_ptr, sizeof_storage); in deep_swap_alloc_n() 1082 short_ptr += sizeof_storage; in deep_swap_alloc_n() [all …]
|