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

/vbox/src/VBox/Main/include/
H A Dvector.h61 /** Generic vector structure, used by @a VECTOR_OBJ and @a VECTOR_PTR */
81 typedef struct VECTOR_OBJ VECTOR_STRUCT VECTOR_OBJ; typedef in typeref:struct:VECTOR_STRUCT
89 #define VECTOR_OBJ(type) VECTOR_OBJ macro
131 DECLINLINE(void) vecClearObj(VECTOR_OBJ *pvec)
152 DECLINLINE(void) vecCleanupObj(VECTOR_OBJ *pvec)
176 DECLINLINE(void) vecInitObj(VECTOR_OBJ *pvec, size_t cbElement,
190 DECLINLINE(int) vecPushBackObj(VECTOR_OBJ *pvec, unsigned uTypeHash,

Completed in 94 milliseconds