Home
last modified time | relevance | path

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

123

/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.h22 #define DISALLOW_COPY(TypeName) \ argument
28 #define DISALLOW_ASSIGN(TypeName) \ argument
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
48 #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/libtextclassifier/common/
Dworkspace.cc55 std::string VectorIntWorkspace::TypeName() { return "Vector"; } in TypeName() function in libtextclassifier::nlp_core::VectorIntWorkspace
60 std::string VectorVectorIntWorkspace::TypeName() { return "VectorVector"; } in TypeName() function in libtextclassifier::nlp_core::VectorVectorIntWorkspace
Dworkspace.h182 static std::string TypeName() { return "SingletonInt"; } in TypeName() function
/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/swiftshader/src/OpenGL/compiler/preprocessor/
Dpp_utils.h22 #define PP_DISALLOW_COPY_AND_ASSIGN(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/google-breakpad/src/common/
Dbasictypes.h36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libtextclassifier/util/base/
Dmacros.h25 #define TC_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libcxx/utils/google-benchmark/include/benchmark/
Dmacros.h22 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
26 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/google-benchmark/include/benchmark/
Dmacros.h22 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
26 #define BENCHMARK_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
/external/v8/src/base/
Dmacros.h107 #define DISALLOW_ASSIGN(TypeName) void operator=(const TypeName&) argument
112 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
123 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
/external/clang/lib/Headers/
Dcuda_builtin_vars.h60 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp73 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/include/llvm/DebugInfo/CodeView/
DTypeDumper.h58 StringRef saveName(StringRef TypeName) { in saveName()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_map_field.cc45 string TypeName(const Params& params, const FieldDescriptor* field, in TypeName() function
/external/regex-re2/util/
Dutil.h87 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp117 std::string TypeName = "i32"; in visitCallInst() local
/external/compiler-rt/lib/ubsan/
Dubsan_value.h94 char TypeName[1]; variable

123