Home
last modified time | relevance | path

Searched refs:STLDeleteValues (Results 1 – 9 of 9) sorted by relevance

/external/libtextclassifier/util/gtl/
Dstl_util.h42 void STLDeleteValues(T *container) { in STLDeleteValues() function
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h155 void STLDeleteValues(T* container) { in STLDeleteValues() function
193 ~STLValueDeleter<T>() { STLDeleteValues(container_); }
/external/libchrome/base/
Dstl_util.h143 void STLDeleteValues(T* container) { in STLDeleteValues() function
180 ~STLValueDeleter<T>() { STLDeleteValues(container_); }
Dobserver_list_threadsafe.h211 STLDeleteValues(&observer_lists_);
/external/protobuf/src/google/protobuf/stubs/
Dstl_util.h110 void STLDeleteValues(T *v) { in STLDeleteValues() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc87 STLDeleteValues(&files_); in ~MockGeneratorContext()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc419 STLDeleteValues(&files_); in ~GeneratorContextImpl()
807 STLDeleteValues(&output_directories); in Run()
820 STLDeleteValues(&output_directories); in Run()
829 STLDeleteValues(&output_directories); in Run()
842 STLDeleteValues(&output_directories); in Run()
/external/libchrome/crypto/
Dnss_util.cc791 STLDeleteValues(&chromeos_user_map_); in ~NSSInitSingleton()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1441 STLDeleteValues(&custom_printers_); in ~Printer()