/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/ |
D | KSClassDeclaration.kt | 70 fun asType(typeArguments: List<KSTypeArgument>): KSType method
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineElement.java | 354 public TypeMirror asType() { in asType() method in TurbineElement.TurbineTypeElement 663 public TypeMirror asType() { in asType() method in TurbineElement.TurbineTypeParameterElement 852 public TypeMirror asType() { in asType() method in TurbineElement.TurbineExecutableElement 950 public TypeMirror asType() { in asType() method in TurbineElement.TurbineFieldElement 1074 public TypeMirror asType() { in asType() method in TurbineElement.TurbinePackageElement 1224 public TypeMirror asType() { in asType() method in TurbineElement.TurbineParameterElement 1324 public TypeMirror asType() { in asType() method in TurbineElement.TurbineRecordComponentElement 1394 public TypeMirror asType() { in asType() method in TurbineElement.TurbineNoTypeElement
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/ |
D | Declaration.java | 83 default TypeDeclaration asType() { in asType() method
|
D | TypeDeclaration.java | 108 default TypeDeclaration asType() { in asType() method
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
D | ResolvedDeclaration.java | 99 default ResolvedTypeDeclaration asType() { in asType() method
|
D | ResolvedTypeDeclaration.java | 135 default ResolvedTypeDeclaration asType() { in asType() method
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
D | OptionalEmptinessHandler.java | 331 private final TypeMirror asType; field in OptionalEmptinessHandler.OptionalContentVariableElement 344 private OptionalContentVariableElement(Name name, TypeMirror asType) { in OptionalContentVariableElement() 398 public TypeMirror asType() { in asType() method in OptionalEmptinessHandler.OptionalContentVariableElement
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | JSONPObject.java | 42 public JSONPObject(String function, Object value, JavaType asType) in JSONPObject()
|
D | JSONWrappedObject.java | 54 public JSONWrappedObject(String prefix, String suffix, Object value, JavaType asType) in JSONWrappedObject()
|
/external/skia/src/core/ |
D | SkRect.cpp | 146 static const char* set_scalar(SkString* storage, float value, SkScalarAsStringType asType) { in set_scalar() 153 SkScalarAsStringType asType = asHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dumpToString() local
|
D | SkStringUtils.cpp | 20 void SkAppendScalar(SkString* str, SkScalar value, SkScalarAsStringType asType) { in SkAppendScalar()
|
/external/dagger2/java/dagger/internal/codegen/javapoet/ |
D | ExpressionType.java | 116 Optional<XType> asType() { in asType() method in ExpressionType
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
D | KSErrorTypeClassDeclaration.kt | 67 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method
|
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/ |
D | KSErrorTypeClassDeclaration.kt | 67 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method
|
D | KSClassDeclarationImpl.kt | 95 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationImpl
|
D | KSClassDeclarationEnumEntryImpl.kt | 59 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationEnumEntryImpl
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
D | JavaParserSymbolDeclaration.java | 155 public ResolvedTypeDeclaration asType() { in asType() method in JavaParserSymbolDeclaration
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
D | JavaParserSymbolDeclaration.java | 163 public TypeDeclaration asType() { in asType() method in JavaParserSymbolDeclaration
|
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/ |
D | KspUtil.kt | 35 internal fun KSClassDeclaration.asType() = asType(emptyList()) in <lambda>() method
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
D | KSClassDeclarationJavaEnumEntryImpl.kt | 98 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl
|
D | KSClassDeclarationJavaImpl.kt | 156 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaImpl
|
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
D | TestFiler.kt | 101 override fun asType(): TypeMirror { in getResource() method in FakeElement
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ |
D | KSClassDeclarationImpl.kt | 125 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in <lambda>() method in com.google.devtools.ksp.symbol.impl.kotlin.KSClassDeclarationImpl
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | MoreElements.java | 131 public static TypeElement asType(Element element) { in asType() method in MoreElements
|
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
D | KSClassDeclarationDescriptorImpl.kt | 151 override fun asType(typeArguments: List<KSTypeArgument>): KSType = in <lambda>() method in com.google.devtools.ksp.symbol.impl.binary.KSClassDeclarationDescriptorImpl
|