Home
last modified time | relevance | path

Searched defs:g2a (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/
H A DComplexGenerics.java33 final Generic2<A> g2a; field in ComplexGenerics
44 Generic2<A> g2a, in ComplexGenerics()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
H A DComplexGenerics.kt34 val g2a: Generic2<A>, constant in dagger.functional.kotlinsrc.generictypes.ComplexGenerics
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/examples/
Dfunctions.go90 func g2a[P, Q any](x P, y Q) { func