Searched refs:typeParametersString (Results 1 – 5 of 5) sorted by relevance
147 TypeEncoder.typeParametersString(builderTypeParams), in rewriteParameterTypes()148 TypeEncoder.typeParametersString(executableTypeParams), in rewriteParameterTypes()
184 static String typeParametersString(List<? extends TypeParameterElement> typeParameters) { in typeParametersString() method in TypeEncoder
324 TypeEncoder.typeParametersString(builderTypeElement.getTypeParameters()); in defineVars()
454 vars.formalTypes = TypeEncoder.typeParametersString(type.getTypeParameters()); in defineSharedVarsForType()
295 text += "{" + TypeEncoder.typeParametersString(multipleBoundsElement.getTypeParameters()) + "}"; in testSimplifyMultipleBounds()