Searched defs:empty (Results 1 – 3 of 3) sorted by relevance
20 private val empty by lazy { Timestamp(0L, 0L, 0L, realTimestampFormatter) } in <lambda>() constant28 fun empty(): Timestamp = empty in min() method
154 List<String> empty = new ArrayList<>(); in testGetLatestBugReport() local
358 public File createDirectory(String dir, boolean empty) { in createDirectory()