Searched defs:usedNames (Results 1 – 7 of 7) sorted by relevance
73 public static Metadata newMetadata(int usedNames, byte[]... binaryValues) { in newMetadata()125 public static Metadata newMetadataWithParsedValues(int usedNames, Object[] namesAndValues) { in newMetadataWithParsedValues()
130 Metadata(int usedNames, byte[]... binaryValues) { in Metadata()143 Metadata(int usedNames, Object[] namesAndValues) { in Metadata()
95 private final Set<String> usedNames = new LinkedHashSet<>(); field in RemoveUnusedImports.UnusedImportScanner273 Set<String> usedNames, in buildReplacements()300 Set<String> usedNames, in isUnused()
51 private final Set<String> usedNames = new HashSet<String>(); field in NormalizedFileNames
196 val usedNames = mutableSetOf<String>() in <lambda>() constant
502 Diagnostic.Kind diagnosticKind, EnumOption<?> option, ImmutableSet<String> usedNames) { in reportUseOfDifferentNamesForOption()
467 Set<String> usedNames = new HashSet<>(); in generatePriorityNames() local