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

  /src/external/bsd/elftosb/dist/common/
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(); }

Completed in 17 milliseconds