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

/vbox/src/VBox/Main/include/
H A Dobjectslist.h200 void erase(iterator it) function in class:ObjectsList
202 m_ll.erase(it);
/vbox/include/iprt/cpp/
H A Dlist.h150 static inline void erase(T2 * /* p */, size_t /* i */) { /* Nothing to do here. */ } function in class:RTCListHelper
176 static inline void erase(T1 **p, size_t i) { delete p[i]; } function in class:RTCListHelper
496 RTCListHelper<T, ITYPE>::erase(m_pArray, i);
817 * Resizes the array without doing the erase() thing on surplus elements.
888 RTCListHelper<T, ITYPE>::erase(m_pArray, i);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h245 //extern int erase ( void );
555 static inline int erase ( void ) { function
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h1103 #define sys$erase SYS$ERASE

Completed in 58 milliseconds