HomeSort by relevance Sort by last modified time
    Searched refs:MappedTraits (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
RefPtrHashMap.h 36 typedef typename ValueTraits::SecondTraits MappedTraits;
52 typedef MappedTraitsArg MappedTraits;
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
266 return MappedTraits::emptyValue();
270 template<typename T, typename U, typename V, typename W, typename MappedTraits>
271 typename HashMap<RefPtr<T>, U, V, W, MappedTraits>::MappedTyp
    [all...]
HashMap.h 36 typedef MappedTraitsArg MappedTraits;
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
279 return MappedTraits::emptyValue();
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
    [all...]

Completed in 110 milliseconds