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

  /external/ceres-solver/internal/ceres/
stl_util.h 72 // STLDeleteElements() deletes all the elements in an STL container and clears
79 // As an alternative to calling STLDeleteElements() directly, consider
83 void STLDeleteElements(T *container) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stl_util.h 41 void STLDeleteElements(T* container) {
  /art/runtime/base/
stl_util.h 52 // 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) {
  /external/chromium_org/third_party/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) {
stl_util.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/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_org/base/
stl_util.h 125 // STLDeleteElements() deletes all the elements in an STL container and clears
132 // As an alternative to calling STLDeleteElements() directly, consider
136 void STLDeleteElements(T* container) {
173 ~STLElementDeleter<T>() { STLDeleteElements(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 1202 milliseconds