Searched refs:DISALLOW_EVIL_CONSTRUCTORS (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/base/
H A Dconstructormagic.h29 #undef DISALLOW_EVIL_CONSTRUCTORS macro
30 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
42 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
H A Dscoped_autorelease_pool.h53 DISALLOW_EVIL_CONSTRUCTORS(ScopedAutoreleasePool);
H A Dfilelock.h48 DISALLOW_EVIL_CONSTRUCTORS(FileLock);
H A Dmaccocoasocketserver.h43 DISALLOW_EVIL_CONSTRUCTORS(MacCocoaSocketServer);
H A Dproxyserver.h57 DISALLOW_EVIL_CONSTRUCTORS(ProxyBinding);
77 DISALLOW_EVIL_CONSTRUCTORS(ProxyServer);
91 DISALLOW_EVIL_CONSTRUCTORS(SocksProxyServer);
H A Dsocketadapters.h53 DISALLOW_EVIL_CONSTRUCTORS(BufferedReadAdapter);
81 DISALLOW_EVIL_CONSTRUCTORS(AsyncSSLSocket);
92 DISALLOW_EVIL_CONSTRUCTORS(AsyncSSLServerSocket);
140 DISALLOW_EVIL_CONSTRUCTORS(AsyncHttpsProxySocket);
151 DISALLOW_EVIL_CONSTRUCTORS(AsyncHttpsProxyServerSocket);
185 DISALLOW_EVIL_CONSTRUCTORS(AsyncSocksProxySocket);
211 DISALLOW_EVIL_CONSTRUCTORS(AsyncSocksProxyServerSocket);
237 DISALLOW_EVIL_CONSTRUCTORS(LoggingSocketAdapter);
H A Dnssidentity.h45 DISALLOW_EVIL_CONSTRUCTORS(NSSKeyPair);
97 DISALLOW_EVIL_CONSTRUCTORS(NSSCertificate);
125 DISALLOW_EVIL_CONSTRUCTORS(NSSIdentity);
H A Dopensslidentity.h51 DISALLOW_EVIL_CONSTRUCTORS(OpenSSLKeyPair);
106 DISALLOW_EVIL_CONSTRUCTORS(OpenSSLCertificate);
144 DISALLOW_EVIL_CONSTRUCTORS(OpenSSLIdentity);
H A Dsocketstream.h50 DISALLOW_EVIL_CONSTRUCTORS(SocketStream);
/external/webrtc/src/system_wrappers/interface/
H A Dconstructor_magic.h32 #ifndef DISALLOW_EVIL_CONSTRUCTORS
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
47 DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.h38 DISALLOW_EVIL_CONSTRUCTORS(SubsetSequence);
/external/chromium_org/third_party/re2/re2/testing/
H A Dnull_walker.cc26 DISALLOW_EVIL_CONSTRUCTORS(NullWalker);
H A Dstring_generator.h53 DISALLOW_EVIL_CONSTRUCTORS(StringGenerator);
H A Dregexp_generator.h56 DISALLOW_EVIL_CONSTRUCTORS(RegexpGenerator);
/external/regex-re2/re2/testing/
H A Dnull_walker.cc26 DISALLOW_EVIL_CONSTRUCTORS(NullWalker);
H A Dstring_generator.h53 DISALLOW_EVIL_CONSTRUCTORS(StringGenerator);
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h19 #define DISALLOW_EVIL_CONSTRUCTORS(name) macro
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
/external/skia/src/images/
H A Dbmpdecoderhelper.h19 #define DISALLOW_EVIL_CONSTRUCTORS(name) macro
67 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderCallback);
80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.h62 DISALLOW_EVIL_CONSTRUCTORS(AsyncStunTCPSocket);
H A Dpacketsocketfactory.h64 DISALLOW_EVIL_CONSTRUCTORS(PacketSocketFactory);
H A Dp2ptransport.h52 DISALLOW_EVIL_CONSTRUCTORS(P2PTransport);
98 DISALLOW_EVIL_CONSTRUCTORS(P2PTransportParser);
H A Drawtransport.h74 DISALLOW_EVIL_CONSTRUCTORS(RawTransport);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h109 DISALLOW_EVIL_CONSTRUCTORS(SecureTunnelSessionClient);
160 DISALLOW_EVIL_CONSTRUCTORS(SecureTunnelSession);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpptask.h87 DISALLOW_EVIL_CONSTRUCTORS(XmppClientInterface);
106 DISALLOW_EVIL_CONSTRUCTORS(XmppTaskParentInterface);
124 DISALLOW_EVIL_CONSTRUCTORS(XmppTaskBase);
/external/chromium_org/third_party/re2/re2/
H A Dprefilter_tree.h128 DISALLOW_EVIL_CONSTRUCTORS(PrefilterTree);

Completed in 1124 milliseconds

12345