chromium/out/Default/gen/extensions/common/api/guest_view_internal.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// GENERATED FROM THE API DEFINITION IN
//   extensions/common/api/guest_view_internal.json
// by tools/json_schema_compiler.
// DO NOT EDIT.

#include "extensions/common/api/guest_view_internal.h"

#include <memory>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>

#include "base/check.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "tools/json_schema_compiler/util.h"

UTF8ToUTF16;

namespace extensions {
namespace api {
namespace guest_view_internal {
//
// Types
//

Size::Size()
:{}

Size::~Size() = default;
Size::Size(Size&& rhs) noexcept = default;
Size& Size::operator=(Size&& rhs) noexcept = default;
Size Size::Clone() const {}

// static
bool Size::Populate(
    const base::Value::Dict& dict, Size& out) {}

// static
bool Size::Populate(
    const base::Value& value, Size& out) {}

// static
std::optional<Size> Size::FromValue(const base::Value::Dict& value) {}

// static
std::optional<Size> Size::FromValue(const base::Value& value) {}

base::Value::Dict Size::ToValue() const {}


SizeParams::SizeParams()
 {}

SizeParams::~SizeParams() = default;
SizeParams::SizeParams(SizeParams&& rhs) noexcept = default;
SizeParams& SizeParams::operator=(SizeParams&& rhs) noexcept = default;
SizeParams SizeParams::Clone() const {}

// static
bool SizeParams::Populate(
    const base::Value::Dict& dict, SizeParams& out) {}

// static
bool SizeParams::Populate(
    const base::Value& value, SizeParams& out) {}

// static
std::optional<SizeParams> SizeParams::FromValue(const base::Value::Dict& value) {}

// static
std::optional<SizeParams> SizeParams::FromValue(const base::Value& value) {}

base::Value::Dict SizeParams::ToValue() const {}



//
// Functions
//

namespace CreateGuest {

Params::CreateParams::CreateParams()
 {}

Params::CreateParams::~CreateParams() = default;
Params::CreateParams::CreateParams(CreateParams&& rhs) noexcept = default;
Params::CreateParams& Params::CreateParams::operator=(CreateParams&& rhs) noexcept = default;
Params::CreateParams Params::CreateParams::Clone() const {}

// static
bool Params::CreateParams::Populate(
    const base::Value::Dict& dict, CreateParams& out) {}

// static
bool Params::CreateParams::Populate(
    const base::Value& value, CreateParams& out) {}

// static
std::optional<Params::CreateParams> Params::CreateParams::FromValue(const base::Value::Dict& value) {}

// static
std::optional<Params::CreateParams> Params::CreateParams::FromValue(const base::Value& value) {}


Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;

// static
std::optional<Params> Params::Create(const base::Value::List& args) {}


base::Value::List Results::Create(int instance_id) {}
}  // namespace CreateGuest

namespace DestroyUnattachedGuest {

Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;

// static
std::optional<Params> Params::Create(const base::Value::List& args) {}


}  // namespace DestroyUnattachedGuest

namespace SetSize {

Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;

// static
std::optional<Params> Params::Create(const base::Value::List& args) {}


base::Value::List Results::Create() {}
}  // namespace SetSize

}  // namespace guest_view_internal
}  // namespace api
}  // namespace extensions