Home
last modified time | relevance | path

Searched defs:asTurbineType (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java92 public abstract Type asTurbineType(); in asTurbineType() method in TurbineTypeMirror
108 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbinePrimitiveType
173 public ClassTy asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineDeclaredType
266 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineArrayType
324 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineErrorType
353 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbinePackageType
400 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineNoType
443 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineVoidType
481 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineTypeVariable
547 public Type asTurbineType() { in asTurbineType() method in TurbineTypeMirror.TurbineWildcardType
[all …]
DTurbineTypes.java82 private static Type asTurbineType(TypeMirror typeMirror) { in asTurbineType() method in TurbineTypes