| /third_party/flutter/engine/flutter/fml/ |
| D | macros.h | 18 #define FML_DISALLOW_COPY(TypeName) TypeName(const TypeName&) = delete argument 20 #define FML_DISALLOW_ASSIGN(TypeName) \ argument 23 #define FML_DISALLOW_MOVE(TypeName) \ argument 27 #define FML_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 31 #define FML_DISALLOW_COPY_ASSIGN_AND_MOVE(TypeName) \ argument 37 #define FML_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
| /third_party/cef/include/base/ |
| D | cef_macros.h | 45 #define DISALLOW_COPY(TypeName) TypeName(const TypeName&) = delete argument 48 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete argument 51 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 57 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | macros.h | 40 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument 45 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
| /third_party/libphonenumber/tools/cpp/src/base/ |
| D | basictypes.h | 98 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 109 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument 119 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | pp_utils.h | 22 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
| D | macros.h | 13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
| D | macros.h | 13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | bool_type_test.cc | 24 TEST_F(BoolTest, TypeName) { in TEST_F() argument
|
| D | i32_type_test.cc | 24 TEST_F(I32Test, TypeName) { in TEST_F() argument
|
| D | u32_type_test.cc | 24 TEST_F(U32Test, TypeName) { in TEST_F() argument
|
| D | f32_type_test.cc | 24 TEST_F(F32Test, TypeName) { in TEST_F() argument
|
| D | atomic_type_test.cc | 30 TEST_F(AtomicTest, TypeName) { in TEST_F() argument
|
| D | depth_multisampled_texture_type_test.cc | 34 TEST_F(DepthMultisampledTextureTest, TypeName) { in TEST_F() argument
|
| D | vector_type_test.cc | 31 TEST_F(VectorTest, TypeName) { in TEST_F() argument
|
| D | pointer_type_test.cc | 32 TEST_F(PointerTest, TypeName) { in TEST_F() argument
|
| D | reference_type_test.cc | 32 TEST_F(ReferenceTest, TypeName) { in TEST_F() argument
|
| D | depth_texture_type_test.cc | 43 TEST_F(DepthTextureTest, TypeName) { in TEST_F() argument
|
| D | matrix_type_test.cc | 33 TEST_F(MatrixTest, TypeName) { in TEST_F() argument
|
| D | sem_struct_test.cc | 39 TEST_F(StructTest, TypeName) { in TEST_F() argument
|
| D | external_texture_type_test.cc | 46 TEST_F(ExternalTextureTest, TypeName) { in TEST_F() argument
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | type_name.cc | 24 TypeName::TypeName(ProgramID pid, const Source& src, Symbol n) in TypeName() function in tint::ast::TypeName
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| D | type.h | 40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| D | type.h | 40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeIndex.cpp | 94 StringRef TypeName; in printTypeIndex() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-utils.h | 145 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 157 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|