Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dmanaged_memory_impl.hpp100 segment_manager::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::ipcdetail::basic_managed_memory_impl
346 std::pair<T*, size_type> find (char_ptr_holder_t name) in find()
367 construct(char_ptr_holder_t name) in construct()
388 find_or_construct(char_ptr_holder_t name) in find_or_construct()
409 construct(char_ptr_holder_t name, const std::nothrow_t &tag) in construct()
430 find_or_construct(char_ptr_holder_t name, const std::nothrow_t &tag) in find_or_construct()
451 construct_it(char_ptr_holder_t name) in construct_it()
474 find_or_construct_it(char_ptr_holder_t name) in find_or_construct_it()
495 construct_it(char_ptr_holder_t name, const std::nothrow_t &tag) in construct_it()
518 find_or_construct_it(char_ptr_holder_t name, const std::nothrow_t &tag) in find_or_construct_it()
[all …]
Dmanaged_global_memory.hpp88 typedef typename base_t::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::ipcdetail::basic_managed_global_memory
/third_party/boost/boost/interprocess/
Dmanaged_windows_shared_memory.hpp83 typedef typename base_t::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::basic_managed_windows_shared_memory
183 std::pair<T*, size_type> find (char_ptr_holder_t name) in find()
Dmanaged_xsi_shared_memory.hpp85 typedef typename base_t::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::basic_managed_xsi_shared_memory
190 std::pair<T*, std::size_t> find (char_ptr_holder_t name) in find()
Dmanaged_mapped_file.hpp81 typedef typename base_t::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::basic_managed_mapped_file
210 std::pair<T*, size_type> find (char_ptr_holder_t name) in find()
Dmanaged_shared_memory.hpp80 typedef typename base_t::char_ptr_holder_t char_ptr_holder_t; typedef in boost::interprocess::basic_managed_shared_memory
206 std::pair<T*, size_type> find (char_ptr_holder_t name) in find()
Dsegment_manager.hpp378 typedef ipcdetail::char_ptr_holder<CharType> char_ptr_holder_t; typedef in boost::interprocess::segment_manager
440 std::pair<T*, size_type> find (char_ptr_holder_t name) in find()
449 std::pair<T*, size_type> find_no_lock (char_ptr_holder_t name) in find_no_lock()
456 construct(char_ptr_holder_t name) in construct()
462 typename construct_proxy<T>::type find_or_construct(char_ptr_holder_t name) in find_or_construct()
469 construct(char_ptr_holder_t name, const std::nothrow_t &) in construct()
476 find_or_construct(char_ptr_holder_t name, const std::nothrow_t &) in find_or_construct()
482 construct_it(char_ptr_holder_t name) in construct_it()
489 find_or_construct_it(char_ptr_holder_t name) in find_or_construct_it()
496 construct_it(char_ptr_holder_t name, const std::nothrow_t &) in construct_it()
[all …]