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

/external/ceres-solver/internal/ceres/
H A Dstl_util.h72 // 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) { function in namespace:ceres
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstl_util.h41 void STLDeleteElements(T* container) { function in namespace:i18n::phonenumbers
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstl_util.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/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_org/base/
H A Dstl_util.h126 // STLDeleteElements() deletes all the elements in an STL container and clears
133 // As an alternative to calling STLDeleteElements() directly, consider
137 void STLDeleteElements(T* container) { function
174 ~STLElementDeleter<T>() { STLDeleteElements(container_); }
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dstl_util.h133 // STLDeleteElements() deletes all the elements in an STL container and clears
140 // As an alternative to calling STLDeleteElements() directly, consider
144 void STLDeleteElements(T* container) { function in namespace:webrtc
181 ~STLElementDeleter<T>() { STLDeleteElements(container_); }

Completed in 200 milliseconds