Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for kId (0.39 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

        }
    
        interface JsExternalInheritorsOnly : KaFirDiagnostic<KtDeclaration> {
            override val diagnosticClass get() = JsExternalInheritorsOnly::class
            val parent: KaClassLikeSymbol
            val kid: KaClassLikeSymbol
        }
    
        interface JsExternalArgument : KaFirDiagnostic<KtExpression> {
            override val diagnosticClass get() = JsExternalArgument::class
            val argType: KaType
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    internal class JsExternalInheritorsOnlyImpl(
        override val parent: KaClassLikeSymbol,
        override val kid: KaClassLikeSymbol,
        firDiagnostic: KtPsiDiagnostic,
        token: KaLifetimeToken,
    ) : KaAbstractFirDiagnostic<KtDeclaration>(firDiagnostic, token), KaFirDiagnostic.JsExternalInheritorsOnly
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 227.2K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	// we can't send data frames on the root stream (only control frames).
    	if n.id != 0 {
    		openParent = openParent || (n.state == http2priorityNodeOpen)
    	}
    
    	// Common case: only one kid or all kids have the same weight.
    	// Some clients don't use weights; other clients (like web browsers)
    	// use mostly-linear priority trees.
    	w := n.kids.weight
    	needSort := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top