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 205 template<typename ArrayT>
208 typedef typename ArrayT::ElementType T;
210 ArrayT* a = ArrayT::Alloc(soa.Self(), 2);
254 typedef DoubleArray ArrayT;
256 typedef typename ArrayT::ElementType T;
258 ArrayT* a = ArrayT::Alloc(soa.Self(), 2);
284 typedef FloatArray ArrayT;
286 typedef typename ArrayT::ElementType T
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 268 milliseconds