Home
last modified time | relevance | path

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

12

/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/libweave/third_party/chromium/base/
Dmacros.h16 #define DISALLOW_COPY(TypeName) \ argument
20 #define DISALLOW_ASSIGN(TypeName) \ argument
25 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
35 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/libchrome/base/
Dmacros.h16 #define DISALLOW_COPY(TypeName) \ argument
20 #define DISALLOW_ASSIGN(TypeName) \ argument
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
38 #define 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/ceres-solver/include/ceres/internal/
Dmacros.h52 #define CERES_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
62 #define CERES_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/google-benchmark/include/benchmark/
Dmacros.h18 # define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
22 # define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeName.java18 public interface TypeName extends HasClassReferences, Writable { interface
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dmacros.h20 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/google-breakpad/src/common/
Dbasictypes.h36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxertypes.hpp15 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/v8/src/base/
Dmacros.h164 #define DISALLOW_ASSIGN(TypeName) void operator=(const TypeName&) argument
169 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
180 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/clang/lib/Headers/
Dcuda_builtin_vars.h56 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Dcuda_builtin_vars.h60 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp70 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName) { in IsTypeExcluded()
/external/clang/lib/AST/
DInheritViz.cpp80 std::string TypeName = Type.getAsString(); in WriteNode() local
/external/sfntly/cpp/src/sfntly/port/
Dtype.h61 #define NO_COPY_AND_ASSIGN(TypeName) \ argument
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp114 std::string TypeName = "i32"; in visitCallInst() local
/external/regex-re2/util/
Dutil.h87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
/external/compiler-rt/lib/ubsan/
Dubsan_value.h94 char TypeName[1]; variable
/external/v8/src/
Dtype-cache.h127 #define TYPED_ARRAY(TypeName, type_name, TYPE_NAME, ctype, size) \ argument
/external/gptfdisk/
Dparttypes.cc312 string PartType::TypeName(void) const { in TypeName() function in PartType
/external/lldb/include/lldb/
Dlldb-defines.h119 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/clang/include/clang/Analysis/Analyses/
DConsumed.h89 StringRef TypeName) {} in warnReturnTypestateForUnconsumableType()
/external/v8/src/runtime/
Druntime-typedarray.cc532 #define DATA_VIEW_GETTER(TypeName, Type, Converter) \ argument
614 #define DATA_VIEW_SETTER(TypeName, Type) \ argument
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java122 protected static abstract class TypeName extends TypeData { class in TypeData
129 protected TypeName() { in TypeName() method in TypeData.TypeName

12