Searched refs:mapKeys (Results 1 – 11 of 11) sorted by relevance
142 ImmutableList<AnnotationMirror> mapKeys = Processors.getMapKeyAnnotations(element); in create() local146 mapKeys.size() == 1, in create()149 mapKeys); in create() local150 optionalMapKeys = Optional.of(mapKeys.get(0)); in create()153 mapKeys.isEmpty(), in create()
65 ImmutableSet<? extends AnnotationMirror> mapKeys = getMapKeys(bindingElement); in getMapKey() local66 return mapKeys.isEmpty() in getMapKey()68 : Optional.<AnnotationMirror>of(getOnlyElement(mapKeys)); in getMapKey()
277 ImmutableSet<? extends AnnotationMirror> mapKeys = getMapKeys(element); in checkMapKeys() local279 switch (mapKeys.size()) { in checkMapKeys()289 } else if (!mapKeys.isEmpty()) { in checkMapKeys()
256 JavaFileObject mapKeys = in mapBindingsWithInaccessibleKeys() local351 Compilation compilation = daggerCompiler().compile(mapKeys, moduleFile, componentFile); in mapBindingsWithInaccessibleKeys()
36 Set<String> mapKeys(); in mapKeys() method
63 assertThat(multibindingComponent.mapKeys()) in mapKeysAndValues()
892 func mapKeys(vs []reflect.Value) sort.Interface { func
326 sort.Sort(mapKeys(keys))
2334 sort.Sort(mapKeys(keys))
581 sort.Sort(mapKeys(keys))
59 private val AFU_TYPES: Map<Type, TypeInfo> = AFU_CLASSES.mapKeys { getObjectType(it.key) } in <lambda>()