Searched refs:TurbineArrayType (Results 1 – 2 of 2) sorted by relevance
53 import com.google.turbine.processing.TurbineTypeMirror.TurbineArrayType;172 return new TurbineArrayType(this, (ArrayTy) type); in createTypeMirror()
263 static class TurbineArrayType extends TurbineTypeMirror implements ArrayType { class in TurbineTypeMirror272 TurbineArrayType(ModelFactory factory, ArrayTy type) { in TurbineArrayType() method in TurbineTypeMirror.TurbineArrayType