#include "mojo/public/cpp/bindings/lib/pending_remote_state.h"
namespace mojo {
namespace internal {
PendingRemoteState::PendingRemoteState() = default;
PendingRemoteState::PendingRemoteState(ScopedMessagePipeHandle pipe,
uint32_t version)
: … { … }
PendingRemoteState::PendingRemoteState(PendingRemoteState&&) noexcept = default;
PendingRemoteState::~PendingRemoteState() = default;
PendingRemoteState& PendingRemoteState::operator=(
PendingRemoteState&& other) noexcept { … }
void PendingRemoteState::reset() { … }
}
}