Searched refs:VectorTraits (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DVectorTraits.h1 #include <JavaScriptCore/VectorTraits.h>
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
H A DVectorTraits.h1 #include <JavaScriptCore/VectorTraits.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DVectorTraits.h3 #include <JavaScriptCore/VectorTraits.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DVectorTraits.h62 struct VectorTraits : VectorTraitsBase<IsPod<T>::value, T> { }; struct in namespace:WTF
74 struct VectorTraits<RefPtr<P> > : SimpleClassVectorTraits { }; struct in namespace:WTF
77 struct VectorTraits<OwnPtr<P> > : SimpleClassVectorTraits { }; struct in namespace:WTF
80 struct VectorTraits<pair<First, Second> > struct in namespace:WTF
82 typedef VectorTraits<First> FirstTraits;
83 typedef VectorTraits<Second> SecondTraits;
96 using WTF::VectorTraits;
H A DVector.h29 #include "VectorTraits.h"
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
244 VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
249 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
254 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::moveOverlapping(src, srcEnd, dst);
259 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
264 VectorFiller<VectorTraits<T>::canFillWithMemset, T>::uninitializedFill(dst, dstEnd, val);
269 return VectorComparer<VectorTraits<T>::canCompareWithMemcmp, T>::compare(a, b, size);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DRegisterID.h33 #include <wtf/VectorTraits.h>
114 template<> struct VectorTraits<JSC::RegisterID> : VectorTraitsBase<true, JSC::RegisterID> { struct in namespace:WTF
/external/webkit/Source/JavaScriptCore/interpreter/
H A DRegister.h34 #include <wtf/VectorTraits.h>
168 template<> struct VectorTraits<JSC::Register> : VectorTraitsBase<true, JSC::Register> { }; struct in namespace:WTF
/external/webkit/Source/WebCore/css/
H A DCSSProperty.h81 template<> struct VectorTraits<WebCore::CSSProperty> : SimpleClassVectorTraits { }; struct in namespace:WTF
/external/webkit/Source/WebKit/qt/
H A DWebKit_pch.h66 #include <wtf/VectorTraits.h>
/external/webkit/Source/JavaScriptCore/bytecode/
H A DInstruction.h37 #include <wtf/VectorTraits.h>
181 template<> struct VectorTraits<JSC::Instruction> : VectorTraitsBase<true, JSC::Instruction> { }; struct in namespace:WTF
/external/webkit/Source/JavaScriptCore/heap/
H A DLocal.h145 template<typename T> struct VectorTraits<JSC::Local<T> > : SimpleClassVectorTraits { struct in namespace:WTF
H A DStrong.h156 template<typename T> struct VectorTraits<JSC::Strong<T> > : SimpleClassVectorTraits { struct in namespace:WTF
H A DWeak.h147 template<typename T> struct VectorTraits<JSC::Weak<T> > : SimpleClassVectorTraits { struct in namespace:WTF
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.h255 template <> struct VectorTraits<JSC::UString> : SimpleClassVectorTraits { }; struct in namespace:WTF
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.h60 template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits { }; struct in namespace:WTF
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.h502 template <> struct VectorTraits<String> : SimpleClassVectorTraits { }; struct in namespace:WTF
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp2171 template <> struct VectorTraits<JSC::JSParser::Scope> : SimpleClassVectorTraits {

Completed in 751 milliseconds