HomeSort by relevance Sort by last modified time
    Searched defs:STLDeleteElements (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 88 // 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) {
  /external/chromium/base/
stl_util-inl.h 223 // STLDeleteElements() deletes all the elements in an STL container and clears
230 // As an alternative to calling STLDeleteElements() directly, consider
234 void STLDeleteElements(T *container) {
271 ~STLElementDeleter<STLContainer>() { STLDeleteElements(container_ptr_); }

Completed in 251 milliseconds