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

  /external/webkit/Source/JavaScriptCore/wtf/
ValueCheck.h 34 typedef T TraitType;
40 typedef P* TraitType;
HashTraits.h 54 typedef T TraitType;
98 struct PairHashTraits : GenericHashTraits<pair<typename FirstTraitsArg::TraitType, typename SecondTraitsArg::TraitType> > {
101 typedef pair<typename FirstTraits::TraitType, typename SecondTraits::TraitType> TraitType;
104 static TraitType emptyValue() { return make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); }
108 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
109 static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); }
HashMap.h 40 typedef typename KeyTraits::TraitType KeyType;
41 typedef typename MappedTraits::TraitType MappedType;
42 typedef typename ValueTraits::TraitType ValueType;
RefPtrHashMap.h 56 typedef typename KeyTraits::TraitType KeyType;
58 typedef typename MappedTraits::TraitType MappedType;
59 typedef typename ValueTraits::TraitType ValueType;
HashSet.h 45 typedef typename ValueTraits::TraitType ValueType;
Vector.h     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 61 typedef std::pair<FirstTraits::TraitType, SecondTraits::TraitType > TraitType;
64 static TraitType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); }
68 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
69 static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); }
SymbolTable.h 116 typedef SymbolTableEntry TraitType;
  /external/webkit/Source/WebCore/loader/
ImageLoader.cpp 45 typedef WebCore::ImageLoader* TraitType;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 415 typedef int TraitType;

Completed in 500 milliseconds