Home
last modified time | relevance | path

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

123

/third_party/flutter/engine/flutter/fml/
Dmacros.h18 #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/
Dcef_macros.h45 #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/
Dmacros.h40 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
45 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h98 #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/
Dpp_utils.h22 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
Dmacros.h13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
Dmacros.h13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/skia/third_party/externals/tint/src/sem/
Dbool_type_test.cc24 TEST_F(BoolTest, TypeName) { in TEST_F() argument
Di32_type_test.cc24 TEST_F(I32Test, TypeName) { in TEST_F() argument
Du32_type_test.cc24 TEST_F(U32Test, TypeName) { in TEST_F() argument
Df32_type_test.cc24 TEST_F(F32Test, TypeName) { in TEST_F() argument
Datomic_type_test.cc30 TEST_F(AtomicTest, TypeName) { in TEST_F() argument
Ddepth_multisampled_texture_type_test.cc34 TEST_F(DepthMultisampledTextureTest, TypeName) { in TEST_F() argument
Dvector_type_test.cc31 TEST_F(VectorTest, TypeName) { in TEST_F() argument
Dpointer_type_test.cc32 TEST_F(PointerTest, TypeName) { in TEST_F() argument
Dreference_type_test.cc32 TEST_F(ReferenceTest, TypeName) { in TEST_F() argument
Ddepth_texture_type_test.cc43 TEST_F(DepthTextureTest, TypeName) { in TEST_F() argument
Dmatrix_type_test.cc33 TEST_F(MatrixTest, TypeName) { in TEST_F() argument
Dsem_struct_test.cc39 TEST_F(StructTest, TypeName) { in TEST_F() argument
Dexternal_texture_type_test.cc46 TEST_F(ExternalTextureTest, TypeName) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/ast/
Dtype_name.cc24 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/
Dtype.h40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dtype.h40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp94 StringRef TypeName; in printTypeIndex() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h145 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
157 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument

123