Searched refs:fromAnnotationValue (Results 1 – 4 of 4) sorted by relevance
63 SQLTypeAffinity.fromAnnotationValue(userDefinedAffinity) in process()68 collate = Collate.fromAnnotationValue(AnnotationMirrors.getAnnotationValue( in process()
560 val onDelete = ForeignKeyAction.fromAnnotationValue(onDeleteInput) in <lambda>()561 val onUpdate = ForeignKeyAction.fromAnnotationValue(onUpdateInput) in <lambda>()
34 fun fromAnnotationValue(value: Int?) = mapping[value] method
238 fun fromAnnotationValue(value: Int): SQLTypeAffinity? { in fromAnnotationValue() method258 fun fromAnnotationValue(value: Int): Collate? { in fromAnnotationValue() method