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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 52 struct VectorTraits : VectorTraitsBase<T> { };
69 struct VectorTraits<RefPtr<P> > : SimpleClassVectorTraits<RefPtr<P> > { };
72 struct VectorTraits<OwnPtr<P> > : SimpleClassVectorTraits<OwnPtr<P> > { };
75 struct VectorTraits<pair<First, Second> >
77 typedef VectorTraits<First> FirstTraits;
78 typedef VectorTraits<Second> SecondTraits;
98 struct VectorTraits<ClassName> : SimpleClassVectorTraits<ClassName> { }; \
104 struct VectorTraits<ClassName> : VectorTraitsBase<ClassName> \
114 struct VectorTraits<ClassName> : VectorTraitsBase<ClassName> \
120 using WTF::VectorTraits;
    [all...]
Vector.h 30 #include "wtf/VectorTraits.h"
247 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
252 VectorInitializer<VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
257 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
262 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::moveOverlapping(src, srcEnd, dst);
267 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::swap(src, srcEnd, dst);
272 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
277 VectorFiller<VectorTraits<T>::canFillWithMemset, T>::uninitializedFill(dst, dstEnd, val);
282 return VectorComparer<VectorTraits<T>::canCompareWithMemcmp, T>::compare(a, b, size);
292 typedef typename Allocator::template VectorBackingHelper<T, VectorTraits<T> >::Type VectorBacking
    [all...]
Deque.h 518 if (ShouldBeTraced<VectorTraits<T> >::value) {
521 Allocator::template trace<T, VectorTraits<T> >(visitor, *const_cast<T*>(bufferEntry));
524 Allocator::template trace<T, VectorTraits<T> >(visitor, *const_cast<T*>(bufferEntry));
527 Allocator::template trace<T, VectorTraits<T> >(visitor, *const_cast<T*>(bufferEntry));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
FrameData.h 34 #include "wtf/VectorTraits.h"
62 template<> struct VectorTraits<WebCore::FrameData> : public SimpleClassVectorTraits<WebCore::FrameData> {
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 35 struct VectorTraits<WebCore::C> {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
RenderedDocumentMarker.h 72 struct VectorTraits<WebCore::RenderedDocumentMarker> : SimpleClassVectorTraits<WebCore::RenderedDocumentMarker> { };
DocumentMarker.h 26 #include "wtf/VectorTraits.h"
156 struct VectorTraits<WebCore::DocumentMarker> : SimpleClassVectorTraits<WebCore::DocumentMarker> { };
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 48 struct VectorTraits {
70 VectorTraits<T>::needsDestruction> {
226 struct VectorTraits<WebCore::Member<T> > {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
Visitor.h 592 template<typename T, typename Traits = WTF::VectorTraits<T> >
Heap.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 275 template <> struct VectorTraits<blink::TextFinder::FindMatch> : VectorTraitsBase<blink::TextFinder::FindMatch> {
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 185 template <> struct VectorTraits<WebCore::RuleFeature> : VectorTraitsBase<WebCore::RuleFeature> {
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 32 #include "wtf/VectorTraits.h"
167 struct VectorTraits<WebCore::IntPoint> : SimpleClassVectorTraits<WebCore::IntPoint> { };
IntRect.h 32 #include "wtf/VectorTraits.h"
212 struct VectorTraits<WebCore::IntRect> : SimpleClassVectorTraits<WebCore::IntRect> { };
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 257 template<> struct VectorTraits<WebCore::CSSAnimationUpdate::NewAnimation> : VectorTraitsBase<WebCore::CSSAnimationUpdate::NewAnimation> {

Completed in 373 milliseconds