Home
last modified time | relevance | path

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

123

/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/node/deps/v8/src/heap/
Dobjects-visiting.h71 #define FORWARD_DECLARE(TypeName) class TypeName; argument
111 #define VISIT(TypeName) \ in TORQUE_VISITOR_ID_LIST() argument
Dobjects-visiting-inl.h60 #define CASE(TypeName) \ in Visit() argument
99 #define VISIT(TypeName) \ argument
/third_party/node/src/
Dnode_realm.h116 #define V(PropertyName, TypeName) \ argument
147 #define V(PropertyName, TypeName) v8::Global<TypeName> PropertyName##_; argument
Dnode_realm.cc40 #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/
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/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
Dmacros.h13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/third_party/node/deps/v8/src/base/
Dmacros.h120 #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/
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
Ddepth_multisampled_texture_type_test.cc34 TEST_F(DepthMultisampledTextureTest, TypeName) { in TEST_F() argument
Datomic_type_test.cc30 TEST_F(AtomicTest, TypeName) { in TEST_F() argument
Dvector_type_test.cc31 TEST_F(VectorTest, TypeName) { in TEST_F() argument
Dreference_type_test.cc32 TEST_F(ReferenceTest, TypeName) { in TEST_F() argument
Dpointer_type_test.cc32 TEST_F(PointerTest, 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp94 StringRef TypeName; in printTypeIndex() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dtype.h40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument

123