Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dnamed_scope.cpp209 m_fNeedToDeallocate(!that.empty()) in named_scope_list()
231 if (m_fNeedToDeallocate) in ~named_scope_list()
253 std::swap(m_fNeedToDeallocate, that.m_fNeedToDeallocate); in swap()
262 std::swap(m_fNeedToDeallocate, that.m_fNeedToDeallocate); in swap()
272 std::swap(m_fNeedToDeallocate, that.m_fNeedToDeallocate); in swap()
/third_party/boost/boost/log/attributes/
Dnamed_scope.hpp229 bool m_fNeedToDeallocate; member in boost::attributes::named_scope_list
258 named_scope_list() : m_Size(0), m_fNeedToDeallocate(false) {} in named_scope_list()