/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/node/deps/v8/src/heap/ |
D | objects-visiting.h | 71 #define FORWARD_DECLARE(TypeName) class TypeName; argument 111 #define VISIT(TypeName) \ in TORQUE_VISITOR_ID_LIST() argument
|
D | objects-visiting-inl.h | 60 #define CASE(TypeName) \ in Visit() argument 99 #define VISIT(TypeName) \ argument
|
/third_party/node/src/ |
D | node_realm.h | 116 #define V(PropertyName, TypeName) \ argument 147 #define V(PropertyName, TypeName) v8::Global<TypeName> PropertyName##_; argument
|
D | node_realm.cc | 40 #define V(PropertyName, TypeName) \ in MemoryInfo() argument 105 #define V(PropertyName, TypeName) \ in Serialize() argument 133 #define V(PropertyName, TypeName) \ in DeserializeProperties() 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/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
D | macros.h | 13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/third_party/node/deps/v8/src/base/ |
D | macros.h | 120 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete argument 125 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument 132 #define MOVE_ONLY_WITH_DEFAULT_CONSTRUCTORS(TypeName) \ argument 138 #define MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(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 | depth_multisampled_texture_type_test.cc | 34 TEST_F(DepthMultisampledTextureTest, TypeName) { in TEST_F() argument
|
D | atomic_type_test.cc | 30 TEST_F(AtomicTest, TypeName) { in TEST_F() argument
|
D | vector_type_test.cc | 31 TEST_F(VectorTest, TypeName) { in TEST_F() argument
|
D | reference_type_test.cc | 32 TEST_F(ReferenceTest, TypeName) { in TEST_F() argument
|
D | pointer_type_test.cc | 32 TEST_F(PointerTest, 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/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/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | type.h | 40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
|