chromium/out/Default/gen/extensions/common/api/shared_module.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/shared_module.idl
// by tools/json_schema_compiler.
// DO NOT EDIT.

#include "extensions/common/api/shared_module.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"
#include "tools/json_schema_compiler/manifest_parse_util.h"

#include <string_view>
#include "base/types/expected.h"


UTF8ToUTF16;

namespace extensions {
namespace api {
namespace shared_module {
//
// Types
//

Import::Import()
 {}

Import::~Import() = default;
Import::Import(Import&& rhs) noexcept = default;
Import& Import::operator=(Import&& rhs) noexcept = default;
// static
constexpr char Import::kId[];
// static
constexpr char Import::kMinimumVersion[];

Import Import::Clone() const {}

// static
bool Import::Populate(
    const base::Value::Dict& dict, Import& out, std::u16string& error) {}

// static
bool Import::Populate(
    const base::Value& value, Import& out, std::u16string& error) {}

// static
base::expected<Import, std::u16string> Import::FromValue(const base::Value::Dict& value) {}

// static
base::expected<Import, std::u16string> Import::FromValue(const base::Value& value) {}

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

//static
bool Import::ParseFromDictionary(
const base::Value::Dict& root_dict, std::string_view key, Import& out, std::u16string& error, std::vector<std::string_view>& error_path_reversed) {}


Export::Export()
 {}

Export::~Export() = default;
Export::Export(Export&& rhs) noexcept = default;
Export& Export::operator=(Export&& rhs) noexcept = default;
// static
constexpr char Export::kAllowlist[];

Export Export::Clone() const {}

// static
bool Export::Populate(
    const base::Value::Dict& dict, Export& out, std::u16string& error) {}

// static
bool Export::Populate(
    const base::Value& value, Export& out, std::u16string& error) {}

// static
base::expected<Export, std::u16string> Export::FromValue(const base::Value::Dict& value) {}

// static
base::expected<Export, std::u16string> Export::FromValue(const base::Value& value) {}

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

//static
bool Export::ParseFromDictionary(
const base::Value::Dict& root_dict, std::string_view key, Export& out, std::u16string& error, std::vector<std::string_view>& error_path_reversed) {}



//
// Manifest Keys
//

ManifestKeys::ManifestKeys()
 {}

ManifestKeys::~ManifestKeys() = default;
ManifestKeys::ManifestKeys(ManifestKeys&& rhs) noexcept = default;
ManifestKeys& ManifestKeys::operator=(ManifestKeys&& rhs) noexcept = default;
// static
constexpr char ManifestKeys::kImport[];
// static
constexpr char ManifestKeys::kExport[];

//static
bool ManifestKeys::ParseFromDictionary(
const base::Value::Dict& root_dict, ManifestKeys& out, std::u16string& error) {}


}  // namespace shared_module
}  // namespace api
}  // namespace extensions