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

  /external/ceres-solver/internal/ceres/
stl_util.h 56 // STLDeleteElements() deletes all the elements in an STL container and clears
63 // As an alternative to calling STLDeleteElements() directly, consider
67 void STLDeleteElements(T *container) {
  /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 218 // 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) {
266 ~STLElementDeleter<STLContainer>() { STLDeleteElements(container_ptr_); }

Completed in 446 milliseconds