Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c79 } ContainerStack; typedef
81 DE_INLINE void ContainerStack_reset (ContainerStack* stack) in ContainerStack_reset()
83 deMemset(stack, 0, sizeof(ContainerStack)); in ContainerStack_reset()
86 DE_INLINE deBool ContainerStack_isEmpty (const ContainerStack* stack) in ContainerStack_isEmpty()
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type) in ContainerStack_push()
105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack) in ContainerStack_pop()
112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack) in ContainerStack_getTop()
136 ContainerStack containerStack; /*!< For container usage verification. */