| 740 | } |
| 741 | |
| 742 | void TestSlaveMessage::Swap(TestSlaveMessage* other) { |
| 743 | if (other == this) return; |
| 744 | InternalSwap(other); |
| 745 | } |
| 746 | void TestSlaveMessage::InternalSwap(TestSlaveMessage* other) { |
| 747 | using std::swap; |
| 748 | some_slave_fields_.InternalSwap(&other->some_slave_fields_); |
no outgoing calls
no test coverage detected