Home
last modified time | relevance | path

Searched refs:checkKeyType (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/validation/
DBindsOptionalOfMethodValidator.java80 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in BindsOptionalOfMethodValidator.Validator
81 super.checkKeyType(keyType); in checkKeyType()
DProducesMethodValidator.java106 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in ProducesMethodValidator.Validator
109 super.checkKeyType(typeToCheck.get()); in checkKeyType()
DBindingElementValidator.java196 bindingElementType().ifPresent(type -> checkKeyType(type)); in checkType()
207 protected void checkKeyType(TypeMirror keyType) { in checkKeyType() method in BindingElementValidator.ElementValidator
248 checkKeyType(setType.elementType()); in checkSetValuesType()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBCP47.java108 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