#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_MOJO_STRING16_MOJOM_TRAITS_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MOJO_STRING16_MOJOM_TRAITS_H_
#include <string>
#include "base/containers/span.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/mojom/base/string16.mojom-blink.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace mojo_base {
class BigBuffer;
}
namespace mojo {
class PLATFORM_EXPORT MaybeOwnedString16 { … };
template <>
struct PLATFORM_EXPORT ArrayTraits<MaybeOwnedString16> { … };
template <>
struct PLATFORM_EXPORT
StructTraits<mojo_base::mojom::String16DataView, WTF::String> { … };
template <>
struct PLATFORM_EXPORT
StructTraits<mojo_base::mojom::BigString16DataView, WTF::String> { … };
}
#endif