Searched refs:large_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 | 1025 …void *const large_ptr = static_cast<void*>(boost::movelib::iterator_to_raw_pointer(large_range_f)); in deep_swap_alloc_n() local 1028 std::memcpy(stora_ptr, large_ptr, n_i_bytes); in deep_swap_alloc_n() 1029 std::memcpy(large_ptr, short_ptr, n_i_bytes); in deep_swap_alloc_n() 1056 …char *large_ptr = static_cast<char*>(static_cast<void*>(boost::movelib::iterator_to_raw_pointer(la… in deep_swap_alloc_n() local 1071 std::memcpy(stora_ptr, large_ptr, sizeof_storage); in deep_swap_alloc_n() 1072 std::memcpy(large_ptr, short_ptr, sizeof_storage); in deep_swap_alloc_n() 1074 large_ptr += sizeof_storage; in deep_swap_alloc_n() 1078 std::memcpy(stora_ptr, large_ptr, sizeof_storage); in deep_swap_alloc_n() 1079 std::memcpy(large_ptr, short_ptr, sizeof_storage); in deep_swap_alloc_n() 1081 large_ptr += sizeof_storage; in deep_swap_alloc_n() [all …]
|