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

#include "chrome/common/extensions/api/enterprise_hardware_platform.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 enterprise_hardware_platform {
//
// Types
//

HardwarePlatformInfo::HardwarePlatformInfo()
 {}

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

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

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

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

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

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



//
// Functions
//

namespace GetHardwarePlatformInfo {

base::Value::List Results::Create(const HardwarePlatformInfo& info) {}
}  // namespace GetHardwarePlatformInfo

}  // namespace enterprise_hardware_platform
}  // namespace api
}  // namespace extensions