Searched refs:currentType (Results 1 – 5 of 5) sorted by relevance
70 for (Optional<DeclaredType> currentType = Optional.of(declaredType); in getInjectionSites()71 currentType.isPresent(); in getInjectionSites()72 currentType = types.nonObjectSuperclass(currentType.get())) { in getInjectionSites()73 DeclaredType type = currentType.get(); in getInjectionSites()
240 Class<?> currentType = instance.getClass(); in isOverridden() local244 return !origin.equals(currentType.getDeclaredMethod(origin.getName(), in isOverridden()247 currentType = currentType.getSuperclass(); in isOverridden()249 } while (currentType != null); in isOverridden()
429 TransformType currentType = null; field in Keyboard.KeyboardHandler443 if (currentType != null) { in getKeyboard()444 transformMap.put(currentType, new Transforms(currentTransforms)); in getKeyboard()498 if (type != currentType) { in handlePathValue()499 if (currentType != null) { in handlePathValue()500 transformMap.put(currentType, new Transforms(currentTransforms)); in handlePathValue()502 currentType = type; in handlePathValue()
212 Cnv2022Type currentType; member493 myConverterData->currentType = ASCII1; in _ISO2022Open()
6861 GLenum currentType = GL_NONE; in ValidateReadPixelsBase() local6871 currentType = readFramebuffer->getImplementationColorReadType(context); in ValidateReadPixelsBase()6878 if (!(currentFormat == format && currentType == type) && !validFormatTypeCombination) in ValidateReadPixelsBase()