Searched refs:allowEmpty (Results 1 – 2 of 2) sorted by relevance
55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) { in getLoadPaths() argument59 if (allowEmpty) { in getLoadPaths()
643 func parseSignatureAlgorithms(reader *byteReader, out *[]signatureAlgorithm, allowEmpty bool) bool {648 if !allowEmpty && len(sigAlgs) == 0 {