OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STLDeleteElements
(Results
1 - 7
of
7
) 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.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
126
//
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) {
174
~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 482 milliseconds