Home | History | Annotate | Download | only in codegen

Lines Matching refs:stringType

85     TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
94 MoreTypes.equivalence().wrap(stringType)));
105 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
116 assertThat(key.wrappedType()).isEqualTo(MoreTypes.equivalence().wrap(stringType));
160 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
161 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType);
222 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
231 MoreTypes.equivalence().wrap(stringType)));
248 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType();
249 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType);