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

  /src/external/bsd/elftosb/dist/common/
StSRecordFile.h 81 inline unsigned getRecordCount() const { return static_cast<unsigned>(m_records.size()); }
84 inline const_iterator getBegin() const { return m_records.begin(); }
85 inline const_iterator getEnd() const { return m_records.end(); }
90 inline const SRecord & operator [] (unsigned inIndex) { return m_records[inIndex]; }
95 std::vector<SRecord> m_records; //!< Vector of S-records in the input data. member in class:StSRecordFile
StSRecordFile.h 81 inline unsigned getRecordCount() const { return static_cast<unsigned>(m_records.size()); }
84 inline const_iterator getBegin() const { return m_records.begin(); }
85 inline const_iterator getEnd() const { return m_records.end(); }
90 inline const SRecord & operator [] (unsigned inIndex) { return m_records[inIndex]; }
95 std::vector<SRecord> m_records; //!< Vector of S-records in the input data. member in class:StSRecordFile
StSRecordFile.cpp 21 for (it = m_records.begin(); it != m_records.end(); it++)
124 //! to the m_records vector.
234 m_records.push_back(newRecord);
StSRecordFile.cpp 21 for (it = m_records.begin(); it != m_records.end(); it++)
124 //! to the m_records vector.
234 m_records.push_back(newRecord);

Completed in 50 milliseconds