Searched defs:usedNames (Results 1 – 3 of 3) sorted by relevance
50 private final Set<String> usedNames = new HashSet<String>(); field in NormalizedFileNames
64 public static Metadata newMetadata(int usedNames, byte[]... binaryValues) { in newMetadata()
121 Metadata(int usedNames, byte[]... binaryValues) { in Metadata()