Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 129 for Equals (0.11 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/KtFe10PsiFunctionSymbol.kt

            KaPsiBasedSymbolPointer.createForSymbolFromSource<KaFunctionSymbol>(this) ?: KaFe10NeverRestoringSymbolPointer()
        }
    
        override fun equals(other: Any?): Boolean = isEqualTo(other)
        override fun hashCode(): Int = calculateHashCode()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirFunctionSymbol.kt

                    callableId?.toString() ?: name.asString()
                )
    
                else -> throw UnsupportedSymbolKind(this::class, kind)
            }
        }
    
        override fun equals(other: Any?): Boolean = symbolEquals(other)
        override fun hashCode(): Int = symbolHashCode()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSmartCastProvider.kt

    ) : KaLifetimeOwner {
        public val isStable: Boolean get() = withValidityAssertion { backingIsStable }
        public val smartCastType: KaType get() = withValidityAssertion { backingSmartCastType }
    
        override fun equals(other: Any?): Boolean {
            return this === other ||
                    other is KaSmartCastInfo &&
                    other.backingSmartCastType == backingSmartCastType &&
                    other.backingIsStable == backingIsStable
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirLocalVariableSymbol.kt

            }
    
            throw CanNotCreateSymbolPointerForLocalLibraryDeclarationException(name.asString())
        }
    
        override fun equals(other: Any?): Boolean = symbolEquals(other)
        override fun hashCode(): Int = symbolHashCode()
    }
    
    internal class KaFirLocalVariableSymbol(firSymbol: FirPropertySymbol, analysisSession: KaFirSession) :
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirNamedClassOrObjectSymbolBase.kt

         * an associated [PsiClass].
         */
        open val hasLazyFirSymbol: Boolean get() = false
    
        override fun equals(other: Any?): Boolean {
            if (this === other) return true
            if (other == null || other !is KaFirNamedClassOrObjectSymbolBase) return false
    
            if (hasLazyFirSymbol || other.hasLazyFirSymbol) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/KtFe10DescValueParameterSymbol.kt

            KaPsiBasedSymbolPointer.createForSymbolFromSource<KaValueParameterSymbol>(this) ?: KaFe10NeverRestoringSymbolPointer()
        }
    
        override fun equals(other: Any?): Boolean = isEqualTo(other)
        override fun hashCode(): Int = calculateHashCode()
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/components/resolver/Fe10IdeNormalAnalysisSourceModuleResolveCallTestGenerated.java

          @Test
          @TestMetadata("equals.kt")
          public void testEquals() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equals.kt");
          }
    
          @Test
          @TestMetadata("equalsExplicit.kt")
          public void testEqualsExplicit() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equalsExplicit.kt");
          }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.7K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/components/resolver/Fe10IdeNormalAnalysisSourceModuleResolveCandidatesTestGenerated.java

          @Test
          @TestMetadata("equals.kt")
          public void testEquals() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equals.kt");
          }
    
          @Test
          @TestMetadata("equalsExplicit.kt")
          public void testEqualsExplicit() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equalsExplicit.kt");
          }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.7K bytes
    - Viewed (0)
  9. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/components/resolver/Fe10IdeNormalAnalysisSourceModuleResolveReferenceTestGenerated.java

          @Test
          @TestMetadata("equals.kt")
          public void testEquals() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equals.kt");
          }
    
          @Test
          @TestMetadata("equalsExplicit.kt")
          public void testEqualsExplicit() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equalsExplicit.kt");
          }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 215.7K bytes
    - Viewed (0)
  10. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/resolver/FirStandaloneNormalAnalysisSourceModuleResolveReferenceTestGenerated.java

          @Test
          @TestMetadata("equals.kt")
          public void testEquals() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equals.kt");
          }
    
          @Test
          @TestMetadata("equalsExplicit.kt")
          public void testEqualsExplicit() {
            runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/operators/equals/equalsExplicit.kt");
          }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 215.8K bytes
    - Viewed (0)
Back to top