Searched defs:customName (Results 1 – 3 of 3) sorted by relevance
19 inline fun Car.customName(formatYear: (Int) -> String): String = "${formatYear(year)} $make $model" method
793 abstract String customName(); in customName() method in ToPrettyStringTest.WithCustomName
98 private String customName = null; field in Subject