Searched defs:State (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dstack_allocator.h18 struct State { struct
30 State(){} function in struct:State
33 State(char *beg, char *end) function in struct:State
37 State(const State& other) function in struct:State
71 const State& getState() const { return m_state; }
77 StackAllocator(const State& state)
167 State m_state;
/ndk/tests/device/test-stlport/unit/
H A Dstack_allocator.h18 struct State { struct
30 State(){} function in struct:State
33 State(char *beg, char *end) function in struct:State
37 State(const State& other) function in struct:State
71 const State& getState() const { return m_state; }
77 StackAllocator(const State& state)
167 State m_state;

Completed in 13 milliseconds