Searched refs:m_fNeedToDeallocate (Results 1 – 2 of 2) sorted by relevance
209 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()
229 bool m_fNeedToDeallocate; member in boost::attributes::named_scope_list258 named_scope_list() : m_Size(0), m_fNeedToDeallocate(false) {} in named_scope_list()