HomeSort by relevance Sort by last modified time
    Searched refs:STLDeleteElements (Results 1 - 25 of 30) sorted by null

1 2

  /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) {
conditioned_cost_function.cc 71 STLDeleteElements(&conditioners_);
schur_eliminator_impl.h 75 STLDeleteElements(&rhs_locks_);
163 STLDeleteElements(&rhs_locks_);
  /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) {
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) {
  /prebuilts/tools/darwin-x86_64/protoc/include/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) {
  /art/runtime/
atomic.cc 41 STLDeleteElements(gSwapMutexes);
fault_handler.cc 144 STLDeleteElements(&generated_code_handlers_);
145 STLDeleteElements(&other_handlers_);
monitor_pool.h 28 #include "base/stl_util.h" // STLDeleteElements
68 STLDeleteElements(monitors);
thread_pool.cc 149 STLDeleteElements(&threads_);
oat_file.cc     [all...]
  /art/runtime/base/
timing_logger.cc 46 STLDeleteElements(&histograms_);
66 STLDeleteElements(&histograms_);
stl_util.h 54 // STLDeleteElements() deletes all the elements in an STL container and clears
61 // As an alternative to calling STLDeleteElements() directly, consider
65 void STLDeleteElements(T *container) {
  /external/libchrome/base/
stl_util.h 121 // STLDeleteElements() deletes all the elements in an STL container and clears
128 // As an alternative to calling STLDeleteElements() directly, consider
132 void STLDeleteElements(T* container) {
168 ~STLElementDeleter<T>() { STLDeleteElements(container_); }
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 133 // 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) {
181 ~STLElementDeleter<T>() { STLDeleteElements(container_); }
scoped_vector.h 118 void clear() { STLDeleteElements(&v_); }
  /art/compiler/utils/x86/
assembler_x86_test.cc 87 STLDeleteElements(&registers_);
88 STLDeleteElements(&fp_registers_);
  /external/libchrome/base/memory/
scoped_vector.h 103 void clear() { STLDeleteElements(&v_); }
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 253 STLDeleteElements(&files_to_delete_);
text_format.cc 121 STLDeleteElements(&(it->second));
    [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 160 STLDeleteElements(&registers_);
161 STLDeleteElements(&fp_registers_);
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64_test.cc 184 STLDeleteElements(&registers_);
185 STLDeleteElements(&fp_registers_);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 234 STLDeleteElements(&registers_);
235 STLDeleteElements(&fp_registers_);
    [all...]
  /art/compiler/utils/arm/
assembler_arm32_test.cc 227 STLDeleteElements(&registers_);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 563 milliseconds

1 2