Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h155 void STLDeleteValues(T* container) { in STLDeleteValues() function
193 ~STLValueDeleter<T>() { STLDeleteValues(container_); }
/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/tensorflow/tensorflow/core/lib/gtl/
Dstl_util.h124 void STLDeleteValues(T* container) {
/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/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.cc199 TensorSliceReader::~TensorSliceReader() { gtl::STLDeleteValues(&tensors_); } in ~TensorSliceReader()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc771 gtl::STLDeleteValues(&data_); in ~BundleReader()
772 gtl::STLDeleteValues(&tensor_slices_); in ~BundleReader()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc147 gtl::STLDeleteValues(&kernel_cache_); in ClearCaches()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1441 STLDeleteValues(&custom_printers_); in ~Printer()