Home
last modified time | relevance | path

Searched refs:dothrow (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/
Dsegment_manager.hpp261 (size_type num, bool dothrow, ipcdetail::in_place_interface &table) in prot_anonymous_construct() argument
275 if(dothrow){ in prot_anonymous_construct()
707 bool dothrow, in generic_construct() argument
711 (priv_generic_construct(name, num, try2find, dothrow, table)); in generic_construct()
749 …(const CharType *name, size_type num, bool try2find, bool dothrow, ipcdetail::in_place_interface &… in priv_generic_construct() argument
754 if(dothrow) in priv_generic_construct()
760 ret = this->prot_anonymous_construct(num, dothrow, table); in priv_generic_construct()
764 …(unique_type, table.type_name, num, try2find, dothrow, table, m_header.m_unique_index, is_intrusiv… in priv_generic_construct()
768 … (named_type, name, num, try2find, dothrow, table, m_header.m_named_index, is_intrusive_t()); in priv_generic_construct()
1066 bool dothrow, ipcdetail::in_place_interface &table, in priv_generic_named_construct() argument
[all …]
/third_party/boost/boost/interprocess/detail/
Dnamed_proxy.hpp121 named_proxy(SegmentManager *mngr, const char_type *name, bool find, bool dothrow) in named_proxy() argument
123 , m_find(find), m_dothrow(dothrow) in named_proxy()
266 named_proxy(SegmentManager *mngr, const char_type *name, bool find, bool dothrow)
268 , m_find(find), m_dothrow(dothrow)