Searched defs:T (Results 1 – 6 of 6) sorted by relevance
/art/runtime/base/ |
D | dchecked_vector.h | 196 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
|
D | hash_set.h | 680 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap()
|
D | bit_utils.h | 40 constexpr size_t BitSizeOf(T /*x*/) { in BitSizeOf() argument
|
/art/runtime/ |
D | atomic.h | 188 class PACKED(sizeof(T)) Atomic : public std::atomic<T> { in PACKED()
|
/art/compiler/utils/ |
D | intrusive_forward_list.h | 400 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap()
|
/art/runtime/mirror/ |
D | object_test.cc | 208 typedef typename ArrayT::ElementType T; in TestPrimitiveArray() typedef 256 typedef typename ArrayT::ElementType T; in TEST_F() typedef 286 typedef typename ArrayT::ElementType T; in TEST_F() typedef
|