Searched refs:const_iterator_t (Results 1 – 4 of 4) sorted by relevance
122 typedef operation_list_t::const_iterator const_iterator_t; //!< Const iterator over operations. typedef137 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()
58 const_iterator_t it = other->begin(); in append()
778 typedef command_list_t::const_iterator const_iterator_t; typedef813 const_iterator_t begin() const { return m_commands.begin(); } in begin()814 const_iterator_t end() const { return m_commands.end(); } in end()
1194 const_iterator_t it = begin(); in getBlockCount()1290 const_iterator_t it = begin(); in debugPrint()