HomeSort by relevance Sort by last modified time
    Searched defs:ValueTraits (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_action.h 222 struct ValueTraits {
250 return ValueTraits<T>::CreateEmpty();
297 struct ExtensionAction::ValueTraits<int> {
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 41 typedef TraitsArg ValueTraits;
42 typedef typename ValueTraits::PeekInType ValuePeekInType;
43 typedef typename ValueTraits::PassInType ValuePassInType;
44 typedef typename ValueTraits::PassOutType ValuePassOutType;
47 typedef typename ValueTraits::TraitType ValueType;
51 HashFunctions, ValueTraits, ValueTraits, Allocator> HashTableType;
54 typedef HashTableConstIteratorAdapter<HashTableType, ValueTraits> iterator;
55 typedef HashTableConstIteratorAdapter<HashTableType, ValueTraits> const_iterator;
224 if (ValueTraits::isDeletedValue(value)
    [all...]
HashTraits.h 276 typedef ValueTraitsArg ValueTraits;
277 typedef KeyValuePair<typename KeyTraits::TraitType, typename ValueTraits::TraitType> TraitType;
278 typedef KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType> EmptyValueType;
280 static const bool emptyValueIsZero = KeyTraits::emptyValueIsZero && ValueTraits::emptyValueIsZero;
281 static EmptyValueType emptyValue() { return KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType>(KeyTraits::emptyValue(), ValueTraits::emptyValue()); }
283 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction;
286 static const bool value = ShouldBeTraced<KeyTraits>::value || ShouldBeTraced<ValueTraits>::value;
288 static const WeakHandlingFlag weakHandlingFlag = (KeyTraits::weakHandlingFlag == WeakHandlingInCollections || ValueTraits::weakHandlingFlag == WeakHandlingInCollections) ? WeakHandlingInCollections : NoWeakHandlingInCollections;
HashMap.h 57 typedef HashMapValueTraits<KeyTraits, MappedTraits> ValueTraits;
63 typedef typename ValueTraits::TraitType ValueType;
75 HashFunctions, ValueTraits, KeyTraits, Allocator> HashTableType;
247 template<typename ValueTraits, typename HashFunctions>
254 ValueTraits::ValueTraits::store(mapped, location.value);
258 template<typename ValueTraits, typename Translator>
265 ValueTraits::ValueTraits::store(mapped, location.value);
334 return m_impl.template find<HashMapTranslatorAdapter<ValueTraits, HashTranslator> >(value)
    [all...]
HashTable.h 368 typedef Traits ValueTraits;
    [all...]
LinkedHashSet.h 50 template<typename Value, typename ValueTraits, typename Allocator> struct LinkedHashSetTraits;
300 typedef ValueTraitsArg ValueTraits;
322 static const bool value = ValueTraits::template NeedsTracingLazily<>::value;
324 static const WeakHandlingFlag weakHandlingFlag = ValueTraits::weakHandlingFlag;
ListHashSet.h 95 typedef HashTraits<ValueType> ValueTraits;
96 typedef typename ValueTraits::PeekInType ValuePeekInType;
97 typedef typename ValueTraits::PassInType ValuePassInType;
98 typedef typename ValueTraits::PassOutType ValuePassOutType;
    [all...]

Completed in 164 milliseconds