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

/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h20 // base::hash_map. The ScopedPtrHashMap has ownership of all values in the data
23 class ScopedPtrHashMap { class in namespace:base
33 ScopedPtrHashMap() {} function in class:base::ScopedPtrHashMap
35 ~ScopedPtrHashMap() { clear(); }
37 void swap(ScopedPtrHashMap<Key, Value>& other) {
152 DISALLOW_COPY_AND_ASSIGN(ScopedPtrHashMap);

Completed in 126 milliseconds