Home
last modified time | relevance | path

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

/art/runtime/base/
Ddchecked_vector.h198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
Dhash_set.h678 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap()
Dbit_utils.h188 static constexpr size_t BitSizeOf(T /*x*/) { in BitSizeOf() argument
Dmacros.h184 template<typename... T> void UNUSED(const T&...) {} in UNUSED()
/art/runtime/
Datomic.h188 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED()
/art/compiler/utils/
Dintrusive_forward_list.h390 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap()
/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