Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reserialize (0.41 sec)

  1. analysis/analysis-api-standalone/analysis-api-fir-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/services/LLStandaloneFirElementByPsiElementChooser.kt

    import org.jetbrains.kotlin.utils.addIfNotNull
    
    /**
     * In Standalone mode, deserialized elements don't have sources, so we need to implement [LLFirElementByPsiElementChooser] based on
     * component comparison (see [LLFirElementByPsiElementChooser]).
     *
     * TODO: We might be able to remove this service if KT-65836 is viable (using stub-based deserialized symbol providers in Standalone mode).
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 11:34:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationProvider.kt

            // Indexing built-ins
            if (!skipBuiltins) {
                loadBuiltIns().forEach {
                    processStub(it)
                }
            }
    
            // We only need to index binary roots if we deserialize compiled symbols from stubs. When deserializing from class files, we don't
            // need these symbols in the declaration provider.
            if (shouldBuildStubsForBinaryLibraries) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top