Home
last modified time | relevance | path

Searched refs:bootstrap_map (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dbootstrap.cxx584 struct bootstrap_map { struct
588 bootstrap_map(const bootstrap_map&) = delete;
589 bootstrap_map& operator=(const bootstrap_map&) = delete;
615 bootstrap_map::t * bootstrap_map::m_map = nullptr;
636 bootstrap_map::t* p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_open()
637 bootstrap_map::t::const_iterator iFind(p_bootstrap_map->find(iniName)); in rtl_bootstrap_args_open()
640 bootstrap_map::release(); in rtl_bootstrap_args_open()
644 p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_open()
649 ::std::pair< bootstrap_map::t::iterator, bool > insertion( in rtl_bootstrap_args_open()
678 bootstrap_map::t* p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_close()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dbootstrap.cxx587 bootstrap_map_t bootstrap_map; variable
608 auto iFind(bootstrap_map.find(iniName)); in rtl_bootstrap_args_open()
609 if (iFind == bootstrap_map.end()) in rtl_bootstrap_args_open()
614 iFind = bootstrap_map.find(iniName); in rtl_bootstrap_args_open()
615 if (iFind == bootstrap_map.end()) in rtl_bootstrap_args_open()
619 bootstrap_map.emplace(iniName, that)); in rtl_bootstrap_args_open()
647 OSL_ASSERT(bootstrap_map.find(that->_iniName)->second == that); in rtl_bootstrap_args_close()
654 if (bootstrap_map.size() > nLeaking) in rtl_bootstrap_args_close()
656 ::std::size_t erased = bootstrap_map.erase( that->_iniName ); in rtl_bootstrap_args_close()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog16226 simplify bootstrap_map (tdf#135316 related)