Searched defs:T (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/base/ |
| D | dchecked_vector.h | 198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
|
| D | hash_set.h | 678 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap()
|
| D | bit_utils.h | 188 static constexpr size_t BitSizeOf(T /*x*/) { in BitSizeOf() argument
|
| D | macros.h | 184 template<typename... T> void UNUSED(const T&...) {} in UNUSED()
|
| /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 | 390 void swap(IntrusiveForwardList<T, HookTraits>& lhs, IntrusiveForwardList<T, HookTraits>& rhs) { in swap()
|
| /art/runtime/mirror/ |
| D | object_test.cc | 199 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
|