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

  /external/libcxx/test/std/containers/sequences/array/
size_and_alignment.pass.cpp 27 typedef std::array<T, Size> ArrayT;
28 static_assert(sizeof(CArrayT) == sizeof(ArrayT), "");
29 static_assert(TEST_ALIGNOF(CArrayT) == TEST_ALIGNOF(ArrayT), "");
  /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 1484 milliseconds