Home
last modified time | relevance | path

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

12345

/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/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dmacros.h38 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
43 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/protobuf/src/google/protobuf/stubs/
Dmacros.h38 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
43 #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/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/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/cronet/third_party/ced/src/util/
Dbasictypes.h92 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
97 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument
105 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/ComputeLibrary/src/core/common/
DMacros.h27 #define ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(TypeName) \ argument
/external/angle/src/common/base/anglebase/
Dmacros.h13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/google-breakpad/src/common/
Dbasictypes.h36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libchrome-gestures/include/
Dmacros.h12 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
Darg_type_view.cc25 string ArgTypeView::TypeName() const { in TypeName() function in tensorflow::generator::cpp::ArgTypeView
/external/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dcomposite_tensor_variant.h67 string TypeName() const { return kTypeName; } in TypeName() function
Dragged_tensor_variant.cc25 string RaggedTensorVariant::TypeName() const { return "RaggedTensorVariant"; } in TypeName() function in tensorflow::RaggedTensorVariant
Dtensor_list.h108 string TypeName() const { return kTypeName; } in TypeName() function
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/core/framework/
Dvariant_test.cc41 string TypeName() const { return "POD"; } in TypeName() function
90 string TypeName() const { return "MaybeAlive"; } in TypeName() function in tensorflow::__anonc5b5c8170111::MaybeAlive
130 string TypeName() const { return "DeleteCounter"; } in TypeName() function in tensorflow::__anonc5b5c8170111::DeleteCounter
251 string TypeName() const { return "MoveAndCopyCounter"; } in TypeName() function in tensorflow::__anonc5b5c8170211::MoveAndCopyCounter
541 string TypeName() const { return "TensorList"; } in TypeName() function
619 string TypeName() const { return "POD"; } in PodUpdateTest() function
642 string TypeName() const { return "POD"; } in TestEncodeDecodePod() function
/external/libtextclassifier/native/lang_id/common/lite_base/
Dmacros.h20 #define SAFTM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/sfntly/cpp/src/sfntly/port/
Dtype.h40 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/external/libtextclassifier/native/utils/base/
Dmacros.h28 #define TC3_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops_util.h58 string TypeName() const { return kOptionalVariantTypeName; } in TypeName() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp94 StringRef TypeName; in printTypeIndex() local
/external/icing/icing/text_classifier/lib3/utils/base/
Dmacros.h26 #define TC3_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument

12345