Searched refs:getAllFieldsIncludingPrivateSupers (Results 1 – 3 of 3) sorted by relevance
19 import androidx.room.ext.getAllFieldsIncludingPrivateSupers123 return getAllFieldsIncludingPrivateSupers(env).first { in TypeElement()
57 fun TypeElement.getAllFieldsIncludingPrivateSupers(processingEnvironment: ProcessingEnvironment): in isNonNull() method66 .getAllFieldsIncludingPrivateSupers(processingEnvironment) in isNonNull()
25 import androidx.room.ext.getAllFieldsIncludingPrivateSupers in <lambda>()115 val allFields = element.getAllFieldsIncludingPrivateSupers(context.processingEnv) in <lambda>()