Home | History | Annotate | Download | only in qphelper

Lines Matching refs:DE_INLINE

65 DE_INLINE deBool childContainersOk (ContainerType type)
81 DE_INLINE void ContainerStack_reset (ContainerStack* stack)
86 DE_INLINE deBool ContainerStack_isEmpty (const ContainerStack* stack)
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type)
105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack)
112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack)
272 DE_INLINE void int32ToString (int val, char buf[32])
277 DE_INLINE void int64ToString (deInt64 val, char buf[32])
282 DE_INLINE void floatToString (float value, char* buf, size_t bufSize)
287 DE_INLINE void doubleToString (double value, char* buf, size_t bufSize)