Home
last modified time | relevance | path

Searched defs:T (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Datomic.h191 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED()
/art/compiler/utils/
Darray_ref.h81 explicit ArrayRef(std::vector<T, Alloc>& v) in ArrayRef()
/art/runtime/mirror/
Dobject_test.cc199 typedef typename ArrayT::ElementType T; in TestPrimitiveArray() typedef
247 typedef typename ArrayT::ElementType T; in TEST_F() typedef
277 typedef typename ArrayT::ElementType T; in TEST_F() typedef
/art/runtime/base/
Dbit_utils.h176 static constexpr size_t BitSizeOf(T /*x*/) { in BitSizeOf() argument
Dmacros.h181 template<typename... T> void UNUSED(const T&...) {} in UNUSED()