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

  /external/stlport/test/unit/
stack_allocator.h 20 bool m_isOk, m_swaped; member in struct:State
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
145 m_state.m_swaped = false;
147 bool swaped() const { return m_state.m_swaped; }
150 m_state.m_swaped = true;
151 other.m_state.m_swaped = true;
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 20 bool m_isOk, m_swaped; member in struct:State
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
145 m_state.m_swaped = false;
147 bool swaped() const { return m_state.m_swaped; }
150 m_state.m_swaped = true;
151 other.m_state.m_swaped = true;
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 20 bool m_isOk, m_swaped; member in struct:State
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
145 m_state.m_swaped = false;
147 bool swaped() const { return m_state.m_swaped; }
150 m_state.m_swaped = true;
151 other.m_state.m_swaped = true;

Completed in 59 milliseconds