Searched refs:MappedTraits (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | RefPtrHashMap.h | 36 typedef typename ValueTraits::SecondTraits MappedTraits; typedef 52 typedef MappedTraitsArg MappedTraits; typedef 53 typedef PairHashTraits<KeyTraits, MappedTraits> ValueTraits; 58 typedef typename MappedTraits::TraitType MappedType; 260 template<typename T, typename U, typename V, typename W, typename MappedTraits> 261 typename HashMap<RefPtr<T>, U, V, W, MappedTraits>::MappedType 262 HashMap<RefPtr<T>, U, V, W, MappedTraits>::get(const KeyType& key) const in get() 266 return MappedTraits::emptyValue(); in get() 270 template<typename T, typename U, typename V, typename W, typename MappedTraits> 271 typename HashMap<RefPtr<T>, U, V, W, MappedTraits>::MappedType [all …]
|
D | HashMap.h | 36 typedef MappedTraitsArg MappedTraits; typedef 37 typedef PairHashTraits<KeyTraits, MappedTraits> ValueTraits; 41 typedef typename MappedTraits::TraitType MappedType; 273 template<typename T, typename U, typename V, typename W, typename MappedTraits> 274 typename HashMap<T, U, V, W, MappedTraits>::MappedType 275 HashMap<T, U, V, W, MappedTraits>::get(const KeyType& key) const in get() 279 return MappedTraits::emptyValue(); in get() 304 template<typename T, typename U, typename V, typename W, typename MappedTraits> 305 typename HashMap<T, U, V, W, MappedTraits>::MappedType 306 HashMap<T, U, V, W, MappedTraits>::take(const KeyType& key) in take() [all …]
|