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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 62 struct VectorTraits : VectorTraitsBase<IsPod<T>::value, T> { };
74 struct VectorTraits<RefPtr<P> > : SimpleClassVectorTraits { };
77 struct VectorTraits<OwnPtr<P> > : SimpleClassVectorTraits { };
80 struct VectorTraits<pair<First, Second> >
82 typedef VectorTraits<First> FirstTraits;
83 typedef VectorTraits<Second> SecondTraits;
96 using WTF::VectorTraits;
  /external/webkit/Source/WebCore/css/
CSSProperty.h 81 template<> struct VectorTraits<WebCore::CSSProperty> : SimpleClassVectorTraits { };
  /external/webkit/Source/JavaScriptCore/bytecompiler/
RegisterID.h 33 #include <wtf/VectorTraits.h>
114 template<> struct VectorTraits<JSC::RegisterID> : VectorTraitsBase<true, JSC::RegisterID> {
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 145 template<typename T> struct VectorTraits<JSC::Local<T> > : SimpleClassVectorTraits {
Strong.h 156 template<typename T> struct VectorTraits<JSC::Strong<T> > : SimpleClassVectorTraits {
Weak.h 147 template<typename T> struct VectorTraits<JSC::Weak<T> > : SimpleClassVectorTraits {
  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 34 #include <wtf/VectorTraits.h>
168 template<> struct VectorTraits<JSC::Register> : VectorTraitsBase<true, JSC::Register> { };
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 37 #include <wtf/VectorTraits.h>
181 template<> struct VectorTraits<JSC::Instruction> : VectorTraitsBase<true, JSC::Instruction> { };
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 255 template <> struct VectorTraits<JSC::UString> : SimpleClassVectorTraits { };
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 502 template <> struct VectorTraits<String> : SimpleClassVectorTraits { };
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 60 template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits { };

Completed in 210 milliseconds