Searched refs:checkTypePresent (Results 1 – 6 of 6) sorted by relevance
28 import static dagger.internal.codegen.langmodel.DaggerTypes.checkTypePresent;106 checkTypePresent(type); in getRequestKind()
177 elements.checkTypePresent((String) unwrappedValue.get().getValue()); in directMapKeyExpression()
250 .map(method -> elements.checkTypePresent(implicitlyIncludedModuleName(method))) in implicitlyIncludedModules()
288 elements.checkTypePresent( in descriptorForMonitoringModule()
196 public static void checkTypePresent(TypeMirror type) { in checkTypePresent() method in DaggerTypes
408 public TypeElement checkTypePresent(String typeName) { in checkTypePresent() method in DaggerElements