Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.cpp29 const char *PoolTypeConverter<float>::TypeName = "float"; member in Ice::X86::PoolTypeConverter<float>
33 const char *PoolTypeConverter<double>::TypeName = "double"; member in Ice::X86::PoolTypeConverter<double>
37 const char *PoolTypeConverter<uint32_t>::TypeName = "i32"; member in Ice::X86::PoolTypeConverter<uint32_t>
41 const char *PoolTypeConverter<uint16_t>::TypeName = "i16"; member in Ice::X86::PoolTypeConverter<uint16_t>
45 const char *PoolTypeConverter<uint8_t>::TypeName = "i8"; member in Ice::X86::PoolTypeConverter<uint8_t>
/external/webrtc/webrtc/base/
Dconstructormagic.h15 #define RTC_DISALLOW_ASSIGN(TypeName) \ argument
20 #define RTC_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
30 #define RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/libchrome/base/
Dmacros.h34 #define DISALLOW_COPY(TypeName) \ argument
40 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete argument
45 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
54 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/protobuf/src/google/protobuf/stubs/
Dmacros.h40 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
45 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/
DTypeName.java22 public final class TypeName { class
28 public TypeName(String packageName, String className) { in TypeName() method in TypeName
/external/autotest/client/deps/glbench/src/
Dutils.h147 #define DISALLOW_COPY(TypeName) TypeName(const TypeName&) = delete argument
150 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete argument
153 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/harfbuzz_ng/src/
Dhb.hh377 #define HB_NO_COPY_ASSIGN(TypeName) \ argument
380 #define HB_NO_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) \ argument
383 #define HB_NO_CREATE_COPY_ASSIGN(TypeName) \ argument
387 #define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE(TypeName, T) \ argument
391 #define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) \ argument
398 #define HB_NO_COPY_ASSIGN(TypeName) static_assert (true, "") argument
399 #define HB_NO_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) static_assert (true, "") argument
400 #define HB_NO_CREATE_COPY_ASSIGN(TypeName) static_assert (true, "") argument
401 #define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE(TypeName, T) static_assert (true, "") argument
402 #define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) static_assert (true, "") argument
/external/v8/src/base/
Dmacros.h109 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete; argument
112 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
117 #define DISALLOW_COPY_AND_MOVE_AND_ASSIGN(TypeName) \ argument
125 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
131 #define MOVE_ONLY_WITH_DEFAULT_CONSTRUCTORS(TypeName) \ argument
137 #define MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TypeName) \ argument
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp247 SmallString<256> TypeName("("); in visitArgList() local
341 SmallString<256> TypeName(ReturnTypeName); in visitProcedure() local
363 SmallString<256> TypeName(ReturnTypeName); in visitMemberFunction() local
422 SmallString<256> TypeName(PointeeName); in visitPointer() local
428 SmallString<256> TypeName; in visitPointer() local
457 SmallString<256> TypeName; in visitModifier() local
657 StringRef TypeName; in printTypeIndex() local
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeName.java18 public interface TypeName extends HasClassReferences, Writable { interface
/external/swiftshader/src/OpenGL/compiler/preprocessor/
Dpp_utils.h22 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeName.java68 public class TypeName { class
97 private TypeName(String keyword) { in TypeName() method in TypeName
101 private TypeName(String keyword, List<AnnotationSpec> annotations) { in TypeName() method in TypeName
107 TypeName(List<AnnotationSpec> annotations) { in TypeName() method in TypeName
/external/perf_data_converter/src/quipper/mybase/base/
Dmacros.h8 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libtextclassifier/utils/base/
Dmacros.h25 #define TC3_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/google-breakpad/src/common/
Dbasictypes.h36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/pdfium/third_party/base/
Dmacros.h33 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/core/framework/
Dvariant_test.cc35 string TypeName() const { return "POD"; } in TypeName() function
152 string TypeName() const { return "TensorList"; } in TypeName() function
223 string TypeName() const { return "POD"; } in TEST() function
240 string TypeName() const { return "POD"; } in TEST() function
Dvariant.h226 string TypeName() const { in TypeName() function
294 string TypeName() const override { return TypeNameVariant(value); } in TypeName() function
/external/libtextclassifier/lang_id/common/lite_base/
Dmacros.h20 #define SAFTM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dstring_view_variant_wrapper.h45 static string TypeName() { return kTypeName; } in TypeName() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp92 StringRef TypeName; in printTypeIndex() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp108 StringRef TypeName = Types->getTypeName(R.TI); in dump() local
118 StringRef TypeName = Types->getTypeName(TI); in dump() local
/external/libtextclassifier/lang_id/common/fel/
Dworkspace.cc55 string VectorIntWorkspace::TypeName() { return "Vector"; } in TypeName() function in libtextclassifier3::mobile::VectorIntWorkspace

12345