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

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

Completed in 185 milliseconds