Searched refs:encodeWithAnnotations (Results 1 – 7 of 7) sorted by relevance
101 static String encodeWithAnnotations(TypeMirror type) { in encodeWithAnnotations() method in TypeEncoder102 return encodeWithAnnotations(type, ImmutableList.of(), ImmutableSet.of()); in encodeWithAnnotations()111 static String encodeWithAnnotations( in encodeWithAnnotations() method in TypeEncoder114 return encodeWithAnnotations(type, extraAnnotations, ImmutableSet.of()); in encodeWithAnnotations()126 static String encodeWithAnnotations( in encodeWithAnnotations() method in TypeEncoder220 sb.append(encodeWithAnnotations(bound)); in appendTypeParameterWithBounds()
313 String barBuilderType = TypeEncoder.encodeWithAnnotations(barBuilderTypeMirror); in makePropertyBuilder()315 TypeEncoder.encodeWithAnnotations( in makePropertyBuilder()
479 return TypeEncoder.encodeWithAnnotations(componentType) + "..."; in parameterTypeString()481 return TypeEncoder.encodeWithAnnotations(parameterType); in parameterTypeString()
241 return TypeEncoder.encodeWithAnnotations(typeMirror, availableNullableTypeAnnotations); in getBuilderFieldType()543 TypeEncoder.encodeWithAnnotations( in propertySet()921 return TypeEncoder.encodeWithAnnotations(parameterType, extraAnnotations); in equalsParameterType()
300 String builderGetterTypeString = TypeEncoder.encodeWithAnnotations(builderGetterType); in classifyGetter()
203 return TypeEncoder.encodeWithAnnotations(javaLangObject, equalsParameterAnnotations); in equalsParameterType()
175 text.append("{").append(TypeEncoder.encodeWithAnnotations(type)).append("}"); in testTypeSpellings()