Searched defs:xsi_shared_memory_file_wrapper (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/interprocess/detail/ |
| D | xsi_shared_memory_file_wrapper.hpp | 46 class xsi_shared_memory_file_wrapper class 54 xsi_shared_memory_file_wrapper() : xsi_shared_memory() {} in xsi_shared_memory_file_wrapper() function in boost::interprocess::xsi_shared_memory_file_wrapper 56 …xsi_shared_memory_file_wrapper(create_only_t, const xsi_key &key, mode_t , std::size_t size, const… in xsi_shared_memory_file_wrapper() function in boost::interprocess::xsi_shared_memory_file_wrapper 60 …xsi_shared_memory_file_wrapper(open_or_create_t, const xsi_key &key, mode_t , std::size_t size, co… in xsi_shared_memory_file_wrapper() function in boost::interprocess::xsi_shared_memory_file_wrapper 64 …xsi_shared_memory_file_wrapper(open_only_t, const xsi_key &key, mode_t, const permissions& = permi… in xsi_shared_memory_file_wrapper() function in boost::interprocess::xsi_shared_memory_file_wrapper 68 xsi_shared_memory_file_wrapper(BOOST_RV_REF(xsi_shared_memory_file_wrapper) moved) in xsi_shared_memory_file_wrapper() function in boost::interprocess::xsi_shared_memory_file_wrapper
|