Home
last modified time | relevance | path

Searched defs:libFoo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DTypeParameterReferenceProcessor.kt44 val libFoo = resolver.getClassDeclarationByName("LibFoo")!! in process() constant
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DtypeParameterReference.kt67 val libFoo: LibFoo<String> in bar() constant in Foo