Home
last modified time | relevance | path

Searched defs:hasConstructor (Results 1 – 17 of 17) sorted by relevance

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSClassDeclarationImpl.kt84 val hasConstructor = result.any { in <lambda>() constant
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
DKSClassDeclarationJavaImpl.kt106 val hasConstructor = allDeclarations.any { in getSealedSubclasses() constant
/external/javassist/src/main/javassist/
DCtNewClass.java27 protected boolean hasConstructor; field in CtNewClass
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp128 bool NativeTypeUDT::hasConstructor() const { in hasConstructor() function in NativeTypeUDT
DNativeTypeFunctionSig.cpp173 bool NativeTypeFunctionSig::hasConstructor() const { in hasConstructor() function in NativeTypeFunctionSig
DNativeTypeEnum.cpp259 bool NativeTypeEnum::hasConstructor() const { in hasConstructor() function in NativeTypeEnum
DNativeRawSymbol.cpp407 bool NativeRawSymbol::hasConstructor() const { in hasConstructor() function in NativeRawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp127 bool NativeTypeUDT::hasConstructor() const { in hasConstructor() function in NativeTypeUDT
DNativeTypeFunctionSig.cpp172 bool NativeTypeFunctionSig::hasConstructor() const { in hasConstructor() function in NativeTypeFunctionSig
DNativeTypeEnum.cpp254 bool NativeTypeEnum::hasConstructor() const { in hasConstructor() function in NativeTypeEnum
DNativeRawSymbol.cpp408 bool NativeRawSymbol::hasConstructor() const { in hasConstructor() function in NativeRawSymbol
/external/robolectric/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java20 public void hasConstructor() { in hasConstructor() method in ReflectionHelpersTest
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java656 private boolean hasConstructor() { in hasConstructor() method in TypeBinder
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp776 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp938 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp938 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol
/external/doclava/src/com/google/doclava/
DClassInfo.java2392 public boolean hasConstructor(MethodInfo constructor) { in hasConstructor() method in ClassInfo