Searched refs:findAttribute (Results 1 – 6 of 6) sorted by relevance
235 … val text = (annotation.findAttribute("message") ?: annotation.findAttribute(ATTR_VALUE)) in <lambda>()362 val from: String? = annotation.findAttribute("from")?.value?.toSource() in <lambda>()363 val to: String? = annotation.findAttribute("to")?.value?.toSource() in <lambda>()387 val values = annotation.findAttribute("value")?.leafValues() ?: return in <lambda>()388 val flag = annotation.findAttribute("flag")?.value?.toSource() == "true" in <lambda>()446 val value = annotation.findAttribute("value")?.leafValues()?.firstOrNull() ?: return in <lambda>()480 val api = annotation.findAttribute("api")?.leafValues()?.firstOrNull()?.value() in <lambda>()482 … annotation.findAttribute("value")?.leafValues()?.firstOrNull()?.value() ?: return in <lambda>()497 val value = annotation.findAttribute("value")?.leafValues()?.firstOrNull() ?: return in <lambda>()498 … val readOnly = annotation.findAttribute("readOnly")?.leafValues()?.firstOrNull()?.value() == true in <lambda>()
96 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value?.toSource() in annotationsMatch()112 fun findAttribute(name: String?): AnnotationAttribute? { in findAttribute() method
82 … annotation.findAttribute(null)?.leafValues()?.firstOrNull()?.resolve() as? FieldItem in generate()
58 assertEquals("from", annotation.findAttribute("from")?.name) in testIntRange()59 assertEquals("20", annotation.findAttribute("from")?.value.toString()) in testIntRange()60 assertEquals("to", annotation.findAttribute("to")?.name) in testIntRange()61 assertEquals("40", annotation.findAttribute("to")?.value.toString()) in testIntRange()76 val attribute = annotation.findAttribute("value") in testIntDef()81 annotation.findAttribute("value")?.value.toString() in testIntDef()
126 fun findAttribute(name: String?): AnnotationAttribute? { in findAttribute() method
361 val value = annotation?.findAttribute(SdkConstants.ATTR_VALUE) in <lambda>()