Home | History | Annotate | Download | only in depool

Lines Matching refs:deBool

53 deBool			dePoolArray_reserve			(dePoolArray* arr, int capacity);
54 deBool dePoolArray_setSize (dePoolArray* arr, int size);
82 * deBool Array_reserve (Array* array, int size);
83 * deBool Array_setSize (Array* array, int size);
86 * deBool Array_set (Array* array, int ndx, Element elem);
87 * deBool Array_pushBack (Array* array, Element elem);
108 DE_INLINE deBool TYPENAME##_reserve (TYPENAME* arr, int capacity) DE_UNUSED_FUNCTION; \
109 DE_INLINE deBool TYPENAME##_setSize (TYPENAME* arr, int size) DE_UNUSED_FUNCTION; \
113 DE_INLINE deBool TYPENAME##_pushBack (TYPENAME* arr, VALUETYPE elem) DE_UNUSED_FUNCTION; \
115 DE_INLINE deBool TYPENAME##_copy (TYPENAME* dst, const TYPENAME* src) DE_UNUSED_FUNCTION; \
128 DE_INLINE deBool TYPENAME##_reserve (TYPENAME* arr, int capacity) \
135 DE_INLINE deBool TYPENAME##_setSize (TYPENAME* arr, int size) \
169 DE_INLINE deBool TYPENAME##_pushBack (TYPENAME* arr, VALUETYPE elem) \
189 DE_INLINE deBool TYPENAME##_copy (TYPENAME* dst, const TYPENAME* src) \