Home
last modified time | relevance | path

Searched refs:m_numActions (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglImageFormatTests.cpp1056 LabeledActions (void) : m_numActions(0){} in LabeledActions()
1057 …LabeledAction& operator[] (int ndx) { DE_ASSERT(0 <= ndx && ndx < m_numActions); return m_acti… in operator []()
1059 int size (void) const { return m_numActions; } in size()
1062 int m_numActions; member
1067 DE_ASSERT(m_numActions < DE_LENGTH_OF_ARRAY(m_actions)); in add()
1068 m_actions[m_numActions].label = label; in add()
1069 m_actions[m_numActions].action = action; in add()
1070 ++m_numActions; in add()