Searched defs:VECTOR_PTR (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 */
84 typedef struct VECTOR_PTR VECTOR_STRUCT VECTOR_PTR; typedef in typeref:struct:VECTOR_STRUCT
93 #define VECTOR_PTR(type) VECTOR_PTR macro
142 DECLINLINE(void) vecClearPtr(VECTOR_PTR *pvec)
160 DECLINLINE(void) vecCleanupPtr(VECTOR_PTR *pvec)
183 DECLINLINE(void) vecInitPtr(VECTOR_PTR *pvec, size_t cbElement,
205 DECLINLINE(int) vecPushBackPtr(VECTOR_PTR *pvec, unsigned uTypeHash,

Completed in 41 milliseconds