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

/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h88 // STLDeleteElements() deletes all the elements in an STL container and clears
95 // As an alternative to calling STLDeleteElements() directly, consider
99 void STLDeleteElements(T *container) { function in namespace:google::protobuf
/external/chromium/base/
H A Dstl_util-inl.h218 // STLDeleteElements() deletes all the elements in an STL container and clears
225 // As an alternative to calling STLDeleteElements() directly, consider
229 void STLDeleteElements(T *container) { function
266 ~STLElementDeleter<STLContainer>() { STLDeleteElements(container_ptr_); }

Completed in 156 milliseconds