| 57 | } |
| 58 | |
| 59 | void SerializedRequest::Swap(SerializedRequest* other) { |
| 60 | if (other != this) { |
| 61 | _serialized.swap(other->_serialized); |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | ::google::protobuf::Metadata SerializedRequest::GetMetadata() const { |
| 66 | ::google::protobuf::Metadata metadata{}; |