Searched refs:encodeRaw (Results 1 – 5 of 5) sorted by relevance
82 return TypeEncoder.encodeRaw(optionalType); in getRawType()95 return TypeEncoder.encodeRaw(optionalType) + empty; in getEmpty()
284 String rawBarType = TypeEncoder.encodeRaw(barTypeMirror); in makePropertyBuilder()
92 static String encodeRaw(TypeMirror type) { in encodeRaw() method in TypeEncoder
342 String type = TypeEncoder.encodeRaw(enclosing.asType()); in build()
561 String method = TypeEncoder.encodeRaw(targetType) + "." + copyOfMethod.getSimpleName(); in getConvertingSetterFunction()