Searched defs:from (Results 1 – 7 of 7) sorted by relevance
22 fn from(l: LevelInput) -> Level { in from() method44 fn from(l: &LevelFilterInput) -> LevelFilter { in from() method66 fn from(l: LogIdInput) -> LogId { in from() method96 fn from(config_input: ConfigInput) -> Config { in from() method
33 long from() default Long.MIN_VALUE; in from() method
33 double from() default Double.NEGATIVE_INFINITY; in from() method
47 public static InclusiveIntRange from(int min) { in from() method in InclusiveIntRange
151 static GPFlags from(long bits) throws IOException { in from() method in GPFlags
299 replacementMap.forEach { (from, to) -> in <lambda>() method
352 val from: String? = annotation.findAttribute("from")?.value?.toSource() in <lambda>() constant