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

/art/runtime/base/
H A Dstl_util.h54 // STLDeleteElements() deletes all the elements in an STL container and clears
61 // As an alternative to calling STLDeleteElements() directly, consider
65 void STLDeleteElements(T *container) { function in namespace:art

Completed in 55 milliseconds