This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/content/common/child.mojom-shared.h
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

83 lines
2.0 KiB
C++
Executable File

// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_COMMON_CHILD_MOJOM_SHARED_H_
#define CONTENT_COMMON_CHILD_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <ostream>
#include <type_traits>
#include <utility>
#include "base/compiler_specific.h"
#include "base/containers/flat_map.h"
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "content/common/child.mojom-shared-internal.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/bindings/native_enum.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#include "base/component_export.h"
namespace content {
namespace mojom {
} // namespace mojom
} // namespace content
namespace mojo {
namespace internal {
} // namespace internal
} // namespace mojo
namespace content {
namespace mojom {
// Interface base classes. They are used for type safety check.
class ChildInterfaceBase {};
using ChildPtrDataView =
mojo::InterfacePtrDataView<ChildInterfaceBase>;
using ChildRequestDataView =
mojo::InterfaceRequestDataView<ChildInterfaceBase>;
using ChildAssociatedPtrInfoDataView =
mojo::AssociatedInterfacePtrInfoDataView<ChildInterfaceBase>;
using ChildAssociatedRequestDataView =
mojo::AssociatedInterfaceRequestDataView<ChildInterfaceBase>;
} // namespace mojom
} // namespace content
namespace std {
} // namespace std
namespace mojo {
} // namespace mojo
namespace content {
namespace mojom {
} // namespace mojom
} // namespace content
#endif // CONTENT_COMMON_CHILD_MOJOM_SHARED_H_