Searched refs:typedef (Results 1 – 4 of 4) sorted by relevance
82 fun `Check java typedef extraction and warning about non-source retention of typedefs`() { in Check java typedef extraction and warning about non-source retention of typedefs()119 fun `Check Kotlin and referencing hidden constants from typedef`() { in Check Kotlin and referencing hidden constants from typedef()476 fun `Check warning about unexpected returns from typedef method`() { in Check warning about unexpected returns from typedef method()557 fun `No typedef signatures in api files`() { in No typedef signatures in api files()591 fun `Inlining typedef signatures in api files`() { in Inlining typedef signatures in api files()630 fun `Referencing typedef signatures in api files`() { in Referencing typedef signatures in api files()
307 val typedef = annotation.findTypedefAnnotation() in <lambda>() constant308 if (typedef != null) { in <lambda>()309 printAnnotation = typedef in <lambda>()
39 Check java typedef extraction and warning about non-source retention of typedefs[turbine]40 Check warning about unexpected returns from typedef method[turbine]43 Inlining typedef signatures in api files[turbine]
17 the typedef annotations, which cannot be stored in the SDK as .class level298 just one example, the code which generated documentation for typedef constants482 typedef macro), but should also help Dokka -- and arguably the Kotlin code which