Home
last modified time | relevance | path

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

/third_party/boost/boost/log/attributes/
Dattribute_value_set.hpp139 BOOST_CONSTEXPR const_iterator() : m_pNode(NULL), m_pContainer(NULL) {} in const_iterator()
142 m_pContainer(cont) in const_iterator()
159 m_pContainer->freeze(); in operator ++()
165 m_pContainer->freeze(); in operator --()
172 m_pContainer->freeze(); in operator ++()
179 m_pContainer->freeze(); in operator --()
190 attribute_value_set* m_pContainer; member in boost::attribute_value_set::const_iterator
Dattribute_set.hpp53 attribute_set* const m_pContainer; member in boost::aux::attribute_set_reference_proxy
59 m_pContainer(pContainer), in attribute_set_reference_proxy()
492 attribute_set::iterator it = m_pContainer->find(m_key); in read_mapped_value()
493 if (it != m_pContainer->end()) in read_mapped_value()
502 std::pair< attribute_set::iterator, bool > res = m_pContainer->insert(m_key, val); in operator =()