HomeSort by relevance Sort by last modified time
    Searched refs:ClassType (Results 1 - 25 of 31) sorted by null

1 2

  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 177 ClassType superClass;
178 ClassType[] interfaces;
179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) {
197 public ClassType getSuperClass() { return superClass; }
204 public ClassType[] getInterfaces() { return interfaces; }
461 public static class ClassType extends ObjectType {
465 static ClassType make(String s, int b, int e,
466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.h 35 base::Histogram::ClassType type,
extension_metrics_module.cc 72 Histogram::ClassType type,
116 Histogram::ClassType histogram_type(type == "histogram-linear" ?
extension_metrics_apitest.cc 32 base::Histogram::ClassType type;
  /external/clang/test/SemaCXX/
type-traits.cpp 198 typedef Derives ClassType;
204 { int arr[T(__is_class(ClassType))]; }
248 { int arr[F(__is_enum(ClassType))]; }
278 { int arr[F(__is_final(ClassType))]; }
299 { int arr[F(__is_polymorphic(ClassType))]; }
327 int t27[F(__is_integral(ClassType))];
356 int t27[F(__is_floating_point(ClassType))];
385 int t27[F(__is_arithmetic(ClassType))];
440 int t27[F(__is_void(ClassType))];
471 int t28[F(__is_array(ClassType))];
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 86 ClassType = type(OldStyleClass)
156 isinstance(self.side_effect, (type, ClassType)) and
272 if isinstance(spec, (type, ClassType)):
  /external/chromium/base/metrics/
histogram.h 279 enum ClassType {
439 virtual ClassType histogram_type() const;
602 virtual ClassType histogram_type() const;
644 virtual ClassType histogram_type() const;
665 virtual ClassType histogram_type() const;
histogram.cc 352 Histogram::ClassType Histogram::histogram_type() const {
809 Histogram::ClassType LinearHistogram::histogram_type() const {
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 201 QualType ClassType = getCXXNameType();
202 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
205 OS << ClassType.getAsString();
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 307 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass());
308 if (IsIncompleteClassType(ClassType))
    [all...]
CGVTables.cpp 510 QualType ClassType = CGM.getContext().getTagDeclType(RD);
511 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
    [all...]
CGDebugInfo.cpp     [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 64 types.ClassType,
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 469 ClassType.ORDINARY);
537 * ClassType exists solely to tell buildClassName which type of ClassInfo is being built.
539 private enum ClassType {
551 * @param classType Type of class being instantiated.
555 String commentText, SourcePositionInfo position, ClassType classType) {
566 // set appropriate flags based on ClassType
567 switch (classType) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 363 DIType ClassType);
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 595 DIType ClassType) {
607 ClassType,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/protobuf/python/
mox.py 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 687 milliseconds

1 2