Searched refs:checkKeyType (Results 1 – 4 of 4) sorted by relevance
80 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in BindsOptionalOfMethodValidator.Validator81 super.checkKeyType(keyType); in checkKeyType()
106 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in ProducesMethodValidator.Validator109 super.checkKeyType(typeToCheck.get()); in checkKeyType()
196 bindingElementType().ifPresent(type -> checkKeyType(type)); in checkType()207 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in BindingElementValidator.ElementValidator248 checkKeyType(setType.elementType()); in checkSetValuesType()
108 checkKeyType(bcp47Key, keyAliases, engKey, bcp47Type, foundEnglish); in TestEnglishKeyTranslations()111 checkKeyType(bcp47Key, keyAliases, engKey, subtype, foundEnglish); in TestEnglishKeyTranslations()134 private void checkKeyType( in checkKeyType() method in TestBCP47