Home | History | Annotate | Download | only in mirror

Lines Matching defs:ArrayT

196 template<typename ArrayT>
199 typedef typename ArrayT::ElementType T;
201 ArrayT* a = ArrayT::Alloc(soa.Self(), 2);
245 typedef DoubleArray ArrayT;
247 typedef typename ArrayT::ElementType T;
249 ArrayT* a = ArrayT::Alloc(soa.Self(), 2);
275 typedef FloatArray ArrayT;
277 typedef typename ArrayT::ElementType T;
279 ArrayT* a = ArrayT::Alloc(soa.Self(), 2);