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

  /external/stlport/test/unit/
stack_allocator.h 21 int m_nbAlloc;
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {}
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); }
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 21 int m_nbAlloc;
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {}
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); }
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 21 int m_nbAlloc;
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {}
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); }

Completed in 47 milliseconds