Lines Matching refs:U
53 template <typename U>
55 using other = JvmtiAllocator<U>;
61 template <typename U>
62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator()
72 template <typename U>
75 template <typename U>
76 friend bool operator==(const JvmtiAllocator<U>& lhs, const JvmtiAllocator<U>& rhs);
90 template <typename U>
92 using other = JvmtiAllocator<U>;
98 template <typename U>
99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator()
138 template <class U, class... Args>
139 void construct(U* p, Args&&... args) { in construct()
140 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
156 template <typename U>
159 template <typename U>
160 friend bool operator==(const JvmtiAllocator<U>& lhs, const JvmtiAllocator<U>& rhs);