HomeSort by relevance Sort by last modified time
    Searched refs:m_Idx (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 197 // by the counter. m_Idx is the counter indicating to the entry being applied.
198 size_t m_Idx;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 37 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
93 assert(m_Idx < m_EntryList.size());
94 m_EntryList[m_Idx]->setValue(pTag, pValue);
95 ++m_Idx;

Completed in 81 milliseconds