Home
last modified time | relevance | path

Searched refs:const_iterator_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.h122 typedef operation_list_t::const_iterator const_iterator_t; //!< Const iterator over operations. typedef
137 inline const_iterator_t begin() const { return m_operations.begin(); } in begin()
139 inline const_iterator_t end() const { return m_operations.end(); } in end()
H A DOperation.cpp58 const_iterator_t it = other->begin(); in append()
H A DEncoreBootImage.h778 typedef command_list_t::const_iterator const_iterator_t; typedef
813 const_iterator_t begin() const { return m_commands.begin(); } in begin()
814 const_iterator_t end() const { return m_commands.end(); } in end()
H A DEncoreBootImage.cpp1194 const_iterator_t it = begin(); in getBlockCount()
1290 const_iterator_t it = begin(); in debugPrint()