Searched refs:annotationsMatch (Results 1 – 1 of 1) sorted by relevance
137 return entries.firstOrNull { entry -> annotationsMatch(entry, annotation) }?.matchResult in matches()155 private fun annotationsMatch( in annotationsMatch() method