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.java70 protected void checkKeyType(XType keyType) { in checkKeyType() method in BindsOptionalOfMethodValidator.Validator
71 super.checkKeyType(keyType); in checkKeyType()
DBindingElementValidator.java181 bindingElementType().ifPresent(this::checkKeyType); in checkType()
214 protected void checkKeyType(XType keyType) { in checkKeyType() method in BindingElementValidator.ElementValidator
378 checkKeyType(bindingType); in checkSetValueFrameworkType()
388 checkKeyType(bindingType); in checkMapValueFrameworkType()
DProducesMethodValidator.java104 protected void checkKeyType(XType keyType) { in checkKeyType() method in ProducesMethodValidator.Validator
105 unwrapListenableFuture(keyType).ifPresent(super::checkKeyType); in checkKeyType()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestBCP47.java143 checkKeyType(bcp47Key, keyAliases, engKey, bcp47Type, foundEnglish); in TestEnglishKeyTranslations()
147 checkKeyType(bcp47Key, keyAliases, engKey, subtype, foundEnglish); in TestEnglishKeyTranslations()
197 private void checkKeyType( in checkKeyType() method in TestBCP47