Home
last modified time | relevance | path

Searched defs:TypeName (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/webrtc/base/
Dconstructormagic.h18 #define DISALLOW_ASSIGN(TypeName) \ argument
24 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
30 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
40 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/webrtc/src/system_wrappers/interface/
Dconstructor_magic.h20 #define DISALLOW_ASSIGN(TypeName) \ argument
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/chromium_org/third_party/cld/base/
Dmacros.h89 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
95 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument
103 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
206 #define DECLARE_POD(TypeName) \ argument
219 #define DECLARE_NESTED_POD(TypeName) DECLARE_POD(TypeName) argument
Dbasictypes.h80 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument
93 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/chromium_org/base/
Dmacros.h19 #define DISALLOW_COPY(TypeName) \ argument
23 #define DISALLOW_ASSIGN(TypeName) \ argument
28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
37 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/ceres-solver/include/ceres/internal/
Dmacros.h52 #define CERES_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
62 #define CERES_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dmacros.h20 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Dpp_utils.h14 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/angle/util/
Dshared_utils.h14 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxertypes.hpp15 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/mojo/public/cpp/system/
Dmacros.h25 #define MOJO_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxertypes.hpp15 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/snappy/linux/
Dsnappy-stubs-public.h83 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/snappy/mac/
Dsnappy-stubs-public.h83 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
Dmacros.h12 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/snappy/win32/
Dsnappy-stubs-public.h83 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/protobuf/src/google/protobuf/compiler/java/
Djava_extension.cc47 const char* TypeName(FieldDescriptor::Type field_type) { in TypeName() function
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dutils.h97 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
107 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_extension.cc48 const char* TypeName(FieldDescriptor::Type field_type) { in TypeName() function
/external/clang/lib/AST/
DInheritViz.cpp80 std::string TypeName = Type.getAsString(); in WriteNode() local
/external/sfntly/cpp/src/sfntly/port/
Dtype.h61 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Dtype.h61 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
Dbasictypes.h100 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/chromium_org/v8/src/base/
Dmacros.h244 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
255 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dbasictypes.h121 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
126 #define DISALLOW_COPY_AND_ASSIGN(TypeName) DISALLOW_EVIL_CONSTRUCTORS(TypeName) argument

123