HomeSort by: relevance | last modified time | path
    Searched refs:const_iterator_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
Operation.cpp 58 const_iterator_t it = other->begin();
Operation.h 122 typedef operation_list_t::const_iterator const_iterator_t; //!< Const iterator over operations. typedef in class:elftosb::OperationSequence
137 inline const_iterator_t begin() const { return m_operations.begin(); }
139 inline const_iterator_t end() const { return m_operations.end(); }
EncoreBootImage.h 778 typedef command_list_t::const_iterator const_iterator_t; typedef in class:elftosb::EncoreBootImage::BootSection
813 const_iterator_t begin() const { return m_commands.begin(); }
814 const_iterator_t end() const { return m_commands.end(); }
EncoreBootImage.cpp 1194 const_iterator_t it = begin();
1290 const_iterator_t it = begin();
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_base.h 518 using const_iterator_t = const_iterator<iterator_t<_Range>>;
673 return const_iterator_t<decltype(__r)>(ranges::begin(__r));

Completed in 64 milliseconds