Lines Matching refs:other
55 typedef JvmtiAllocator<U> other; typedef
62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() argument
63 : env_(other.env_) {} in JvmtiAllocator()
65 JvmtiAllocator(const JvmtiAllocator& other) = default;
66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default;
92 typedef JvmtiAllocator<U> other; typedef
99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() argument
100 : env_(other.env_) {} in JvmtiAllocator()
102 JvmtiAllocator(const JvmtiAllocator& other) = default;
103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default;
146 inline bool operator==(JvmtiAllocator const& other) {
147 return env_ == other.env_;
149 inline bool operator!=(JvmtiAllocator const& other) {
150 return !operator==(other);