blob: 674730b2c71936800936e39b5b3f412f39e8ef85 [file] [log] [blame]
// gpu/ipc/common/mailbox.mojom-shared.cc is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/ipc/common/mailbox.mojom-shared.h"
// Used to support stream output operator for enums.
// TODO(dcheng): Consider omitting this somehow if not needed.
#include <ostream>
#include <utility>
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "gpu/ipc/common/mailbox.mojom-params-data.h"
namespace gpu {
namespace mojom {
namespace internal {
// static
bool Mailbox_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) {
if (!data)
return true;
if (!ValidateUnversionedStructHeaderAndSizeAndClaimMemory(
data, 16, validation_context)) {
return false;
}
// NOTE: The memory backing |object| may be smaller than |sizeof(*object)| if
// the message comes from an older version.
[[maybe_unused]] const Mailbox_Data* object =
static_cast<const Mailbox_Data*>(data);
if (!mojo::internal::ValidatePointerNonNullable(
object->name, 1, validation_context)) {
return false;
}
constexpr const mojo::internal::ContainerValidateParams& name_validate_params =
mojo::internal::GetArrayValidator<16, false, nullptr>();
if (!mojo::internal::ValidateContainer(object->name, validation_context,
&name_validate_params)) {
return false;
}
return true;
}
Mailbox_Data::Mailbox_Data()
: header_({sizeof(*this), 0}) {}
} // namespace internal
} // namespace mojom
} // namespace gpu