HomeSort by relevance Sort by last modified time
    Searched full:noncopyable (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
Noncopyable.h 1 #include <JavaScriptCore/Noncopyable.h>
  /external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
Noncopyable.h 1 #import <JavaScriptCore/Noncopyable.h>
  /external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
Noncopyable.h 1 #include <JavaScriptCore/Noncopyable.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
Noncopyable.h 3 #include <JavaScriptCore/Noncopyable.h>
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 68 class NonCopyable {
69 NonCopyable(const NonCopyable&);
72 class NonCopyableDerived : public NonCopyable {
78 NonCopyable &&nc0 = prvalue<NonCopyable>();
79 NonCopyable &&nc1 = prvalue<NonCopyableDerived>();
80 NonCopyable &&nc2 = xvalue<NonCopyable>();
81 NonCopyable &&nc3 = xvalue<NonCopyableDerived>()
    [all...]
  /external/oprofile/libutil++/
utility.h 17 /** noncopyable : object of class derived from this class can't be copied
19 class noncopyable { class
21 noncopyable() {} function in class:noncopyable
22 ~noncopyable() {}
24 noncopyable(noncopyable const &);
25 noncopyable const & operator=(noncopyable const &);
  /external/oprofile/libpp/
diff_container.h 21 class diff_container : noncopyable {
  /external/webkit/Source/WebCore/bridge/
Bridge.h 31 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/dom/
TransformSource.h 26 #include <wtf/Noncopyable.h>
UserGestureIndicator.h 29 #include <wtf/Noncopyable.h>
UserTypingGestureIndicator.h 29 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/html/parser/
NestingLevelIncrementer.h 29 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/
EventLoop.h 29 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 30 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 30 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.h 30 #include <wtf/Noncopyable.h>
FontCustomPlatformDataCairo.h 27 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 29 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.h 28 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/platform/mac/
LocalCurrentGraphicsContext.h 20 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/rendering/
TableLayout.h 25 #include <wtf/Noncopyable.h>
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.h 25 #include <wtf/Noncopyable.h>
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.h 25 #include <wtf/Noncopyable.h>
  /external/webkit/Source/JavaScriptCore/runtime/
CommonIdentifiers.h 25 #include <wtf/Noncopyable.h>
  /external/webkit/Source/JavaScriptCore/wtf/
Locker.h 31 #include <wtf/Noncopyable.h>

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011