Searched refs:DISALLOW_EVIL_CONSTRUCTORS (Results 76 - 100 of 148) sorted by relevance

123456

/external/regex-re2/re2/
H A Dprog.h45 DISALLOW_EVIL_CONSTRUCTORS(Bitmap);
170 DISALLOW_EVIL_CONSTRUCTORS(Inst);
371 DISALLOW_EVIL_CONSTRUCTORS(Prog);
H A Dregexp.h211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
264 DISALLOW_EVIL_CONSTRUCTORS(CharClass);
571 DISALLOW_EVIL_CONSTRUCTORS(Regexp);
605 DISALLOW_EVIL_CONSTRUCTORS(CharClassBuilder);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcomplement.h101 DISALLOW_EVIL_CONSTRUCTORS(ComplementFstImpl);
209 DISALLOW_EVIL_CONSTRUCTORS(StateIterator);
273 DISALLOW_EVIL_CONSTRUCTORS(ArcIterator);
H A Dcache.h338 DISALLOW_EVIL_CONSTRUCTORS(CacheBaseImpl);
381 DISALLOW_EVIL_CONSTRUCTORS(CacheImpl);
456 DISALLOW_EVIL_CONSTRUCTORS(CacheArcIterator);
H A Dconst-fst.h114 DISALLOW_EVIL_CONSTRUCTORS(ConstFstImpl);
357 DISALLOW_EVIL_CONSTRUCTORS(StateIterator);
386 DISALLOW_EVIL_CONSTRUCTORS(ArcIterator);
/external/chromium/android/autofill/
H A Durl_fetcher_proxy.h169 DISALLOW_EVIL_CONSTRUCTORS(URLFetcherProxy);
/external/chromium/base/
H A Dbasictypes.h93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
/external/chromium_org/base/
H A Dbasictypes.h100 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) macro
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.h137 DISALLOW_EVIL_CONSTRUCTORS(RawTransportChannel);
H A Dp2ptransportchannel.h191 DISALLOW_EVIL_CONSTRUCTORS(P2PTransportChannel);
/external/chromium_org/third_party/re2/re2/
H A Dregexp.h211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
264 DISALLOW_EVIL_CONSTRUCTORS(CharClass);
571 DISALLOW_EVIL_CONSTRUCTORS(Regexp);
605 DISALLOW_EVIL_CONSTRUCTORS(CharClassBuilder);
/external/chromium_org/third_party/re2/util/
H A Dsparse_set.h174 DISALLOW_EVIL_CONSTRUCTORS(SparseSet);
H A Dutil.h86 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
88 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
/external/regex-re2/util/
H A Dsparse_set.h174 DISALLOW_EVIL_CONSTRUCTORS(SparseSet);
H A Dutil.h85 // DISALLOW_EVIL_CONSTRUCTORS disallows the copy and operator= functions.
87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ macro
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dflags.h276 DISALLOW_EVIL_CONSTRUCTORS(WindowsCommandLineArguments);
H A Dsocket.h194 DISALLOW_EVIL_CONSTRUCTORS(Socket);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h159 DISALLOW_EVIL_CONSTRUCTORS(P2PTransportChannel);
H A Dtransport.h270 DISALLOW_EVIL_CONSTRUCTORS(Transport);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dflags.h279 DISALLOW_EVIL_CONSTRUCTORS(WindowsCommandLineArguments);
H A Dsocket.h196 DISALLOW_EVIL_CONSTRUCTORS(Socket);
H A Dvirtualsocketserver.h245 DISALLOW_EVIL_CONSTRUCTORS(VirtualSocketServer);

Completed in 463 milliseconds

123456