/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | class_type.h | 66 struct TORCH_API ClassType : public NamedType { struct 87 if (auto user_rhs = rhs.castRaw<ClassType>()) { in equals() argument 97 std::string str() const override { in str() 101 std::string repr_str() const override { in repr_str() 110 TypePtr findAttribute(const std::string& name) const { in findAttribute() 125 const TypePtr& getAttribute(const std::string& name) const { in getAttribute() 136 size_t numAttributes() const { in numAttributes() 140 const TypePtr& getAttribute(size_t slot) const { in getAttribute() 145 const std::string getAttributeName(size_t slot) const { in getAttributeName() 155 std::optional<size_t> findAttributeSlot(const std::string& name) const { in findAttributeSlot() [all …]
|
H A D | class_type.cpp | 484 ClassType::ClassType( in ClassType() function in c10::ClassType
|
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | ClassInfo.kt | 21 val ClassType = ClassName + genericArgs in <lambda>() constant
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 95 TypeIndex ClassType; member 185 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 214 TypeIndex ClassType; member 224 TypeIndex ClassType; variable 236 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 253 TypeIndex ClassType; member 257 TypeIndex ClassType; variable
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | SignatureAttribute.java | 673 public static class ClassType extends ObjectType { class in SignatureAttribute 684 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() method in SignatureAttribute.ClassType 701 public ClassType(String className, TypeArgument[] args) { in ClassType() method in SignatureAttribute.ClassType 712 public ClassType(String className) { in ClassType() method in SignatureAttribute.ClassType
|
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/ |
H A D | ClassProfile.java | 73 public enum ClassType { enum in ClassProfile 85 ClassType(int value) { in ClassType() method in ClassProfile.ClassType
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 201 TypeIndex ClassType; variable 226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 235 TypeIndex ClassType; variable
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | ClassType.java | 45 public interface ClassType extends ReferenceType { interface
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | types.py | 53 ClassType = type(_C) variable
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1366 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local 1604 QualType ClassType in isCopyAssignmentOperator() local 1625 QualType ClassType in isMoveAssignmentOperator() local
|
H A D | DeclarationName.cpp | 136 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
|
/aosp_15_r20/cts/tools/cts-api-coverage/proto/ |
H A D | testsuite.proto | 84 enum ClassType { enum
|
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A D | codegen_pwpb.py | 77 class ClassType(enum.Enum): class 2830 def proto_field_methods(class_type: ClassType, field_type: int) -> list: 2843 class_type: ClassType, 2956 class_type: ClassType,
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/aosp_15_r20/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
H A D | DalvikTest.java | 92 TEST_PACKAGES.add(String.format(JDWP_PACKAGE_BASE, "ClassType")); in String.format()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1047 void setConstructorName(ParsedType ClassType, in setConstructorName() 1071 ParsedType ClassType, in setDestructorName()
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | InfoBuilder.java | 540 private enum ClassType { enum in InfoBuilder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | DeclSpec.h | 1171 void setConstructorName(ParsedType ClassType, in setConstructorName() 1195 ParsedType ClassType, in setDestructorName()
|