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()114 static String encodeWithAnnotations( in encodeWithAnnotations() method in TypeEncoder208 sb.append(encodeWithAnnotations(bound)); in appendTypeParameterWithBounds()
474 return TypeEncoder.encodeWithAnnotations(componentType) + "..."; in parameterTypeString()476 return TypeEncoder.encodeWithAnnotations(parameterType); in parameterTypeString()
283 String barBuilderType = TypeEncoder.encodeWithAnnotations(barBuilderTypeMirror); in makePropertyBuilder()
494 TypeEncoder.encodeWithAnnotations( in propertySet()840 return TypeEncoder.encodeWithAnnotations(parameterType, extraAnnotations, ImmutableSet.of()); in equalsParameterType()
286 String builderGetterTypeString = TypeEncoder.encodeWithAnnotations(builderGetterType); in classifyGetter()
214 return TypeEncoder.encodeWithAnnotations( in equalsParameterType()
175 text.append("{").append(TypeEncoder.encodeWithAnnotations(type)).append("}"); in testTypeSpellings()