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

/vbox/src/VBox/Main/include/
H A Dvector.h127 #define VEC_EXPAND(pvec) vecExpand(&(pvec)->mcCapacity, &(pvec)->mpvaElements, \ macro
196 && RT_FAILURE((rc2 = VEC_EXPAND(pvec))))
211 && RT_FAILURE((rc2 = VEC_EXPAND(pvec))))

Completed in 42 milliseconds