Lines Matching defs:other
181 NodeIterator(NodeIterator&& other) V8_NOEXCEPT : block_(other.block_),
182 index_(other.index_) {}
187 bool operator==(const NodeIterator& other) const {
188 return block_ == other.block_;
190 bool operator!=(const NodeIterator& other) const {
191 return block_ != other.block_;
670 TracedNode(TracedNode&& other) V8_NOEXCEPT = default;
671 TracedNode(const TracedNode& other) V8_NOEXCEPT = default;
708 void CopyObjectReference(const TracedNode& other) {
710 other.object_, std::memory_order_relaxed);