chromium/out/Default/gen/services/network/public/mojom/url_loader_completion_status.mojom.cc

// services/network/public/mojom/url_loader_completion_status.mojom.cc is auto generated by mojom_bindings_generator.py, do not edit

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

#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif

#include "services/network/public/mojom/url_loader_completion_status.mojom.h"

#include <math.h>
#include <stdint.h>
#include <utility>

#include "base/debug/alias.h"
#include "base/hash/md5_constexpr.h"
#include "base/run_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/typed_macros.h"
#include "mojo/public/cpp/bindings/features.h"
#include "mojo/public/cpp/bindings/lib/default_construct_tag_internal.h"
#include "mojo/public/cpp/bindings/lib/generated_code_util.h"
#include "mojo/public/cpp/bindings/lib/message_internal.h"
#include "mojo/public/cpp/bindings/lib/proxy_to_responder.h"
#include "mojo/public/cpp/bindings/lib/send_message_helper.h"
#include "mojo/public/cpp/bindings/lib/serialization_util.h"
#include "mojo/public/cpp/bindings/lib/unserialized_message_context.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/mojo_buildflags.h"
#include "mojo/public/cpp/bindings/urgent_message_scope.h"
#include "mojo/public/interfaces/bindings/interface_control_messages.mojom.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"

#include "services/network/public/mojom/url_loader_completion_status.mojom-params-data.h"
#include "services/network/public/mojom/url_loader_completion_status.mojom-shared-message-ids.h"

#include "services/network/public/mojom/url_loader_completion_status.mojom-import-headers.h"
#include "services/network/public/mojom/url_loader_completion_status.mojom-test-utils.h"
#include "net/cert/cert_verify_result.h"


namespace network::mojom {
BlockedByResponseReasonWrapper::BlockedByResponseReasonWrapper()
    :{}

BlockedByResponseReasonWrapper::BlockedByResponseReasonWrapper(
    ::network::mojom::BlockedByResponseReason reason_in)
    :{}

BlockedByResponseReasonWrapper::~BlockedByResponseReasonWrapper() = default;
size_t BlockedByResponseReasonWrapper::Hash(size_t seed) const {}

void BlockedByResponseReasonWrapper::WriteIntoTrace(
    perfetto::TracedValue traced_context) const {}

bool BlockedByResponseReasonWrapper::Validate(
    const void* data,
    mojo::internal::ValidationContext* validation_context) {}
URLLoaderCompletionStatus::URLLoaderCompletionStatus()
    :{}

URLLoaderCompletionStatus::URLLoaderCompletionStatus(
    int32_t error_code_in,
    int32_t extended_error_code_in,
    bool exists_in_cache_in,
    bool exists_in_memory_cache_in,
    ::base::TimeTicks completion_time_in,
    int64_t encoded_data_length_in,
    int64_t encoded_body_length_in,
    int64_t decoded_body_length_in,
    const std::optional<::network::CorsErrorStatus>& cors_error_status_in,
    ::network::mojom::PrivateNetworkAccessPreflightResult private_network_access_preflight_result_in,
    ::network::mojom::TrustTokenOperationStatus trust_token_operation_status_in,
    const std::optional<::net::SSLInfo>& ssl_info_in,
    BlockedByResponseReasonWrapperPtr blocked_by_response_reason_in,
    bool should_report_orb_blocking_in,
    const ::net::ResolveErrorInfo& resolve_error_info_in,
    bool should_collapse_initiator_in)
    :{}

URLLoaderCompletionStatus::~URLLoaderCompletionStatus() = default;

void URLLoaderCompletionStatus::WriteIntoTrace(
    perfetto::TracedValue traced_context) const {}

bool URLLoaderCompletionStatus::Validate(
    const void* data,
    mojo::internal::ValidationContext* validation_context) {}


}  // network::mojom


namespace mojo {


// static
bool StructTraits<::network::mojom::BlockedByResponseReasonWrapper::DataView, ::network::mojom::BlockedByResponseReasonWrapperPtr>::Read(
    ::network::mojom::BlockedByResponseReasonWrapper::DataView input,
    ::network::mojom::BlockedByResponseReasonWrapperPtr* output) {}


// static
bool StructTraits<::network::mojom::URLLoaderCompletionStatus::DataView, ::network::mojom::URLLoaderCompletionStatusPtr>::Read(
    ::network::mojom::URLLoaderCompletionStatus::DataView input,
    ::network::mojom::URLLoaderCompletionStatusPtr* output) {}

}  // namespace mojo


// Symbols declared in the -test-utils.h header are defined here instead of a
// separate .cc file to save compile time.


namespace network::mojom {




}  // network::mojom


#if defined(__clang__)
#pragma clang diagnostic pop
#endif