HomeSort by relevance Sort by last modified time
    Searched defs:ArrayT (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
object_test.cc 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
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 38 milliseconds