blob: e443cdac0ce94f367315db4448a2a562f7277743 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/internal.h>
#include <lib/fidl/llcpp/array.h>
#include <lib/fidl/llcpp/buffer_allocator.h>
#include <lib/fidl/llcpp/coding.h>
#include <lib/fidl/llcpp/connect_service.h>
#include <lib/fidl/llcpp/envelope.h>
#include <lib/fidl/llcpp/memory.h>
#include <lib/fidl/llcpp/service_handler_interface.h>
#include <lib/fidl/llcpp/string_view.h>
#include <lib/fidl/llcpp/sync_call.h>
#include <lib/fidl/llcpp/tracking_ptr.h>
#include <lib/fidl/llcpp/traits.h>
#include <lib/fidl/llcpp/transaction.h>
#include <lib/fidl/llcpp/vector_view.h>
#include <lib/fidl/txn_header.h>
#include <lib/fit/function.h>
#include <zircon/fidl.h>
namespace llcpp {
namespace escapeme {
struct DocCommentWithQuotes;
extern "C" const fidl_type_t v1_escapeme_DocCommentWithQuotesTable;
// "pleaseescapethisdocommentproperly"
struct DocCommentWithQuotes {
static constexpr const fidl_type_t* Type =
&v1_escapeme_DocCommentWithQuotesTable;
static constexpr uint32_t MaxNumHandles = 0;
static constexpr uint32_t PrimarySize = 1;
[[maybe_unused]] static constexpr uint32_t MaxOutOfLine = 0;
static constexpr bool HasPointer = false;
uint8_t __reserved = {};
};
} // namespace escapeme
} // namespace llcpp
namespace fidl {
template <>
struct IsFidlType<::llcpp::escapeme::DocCommentWithQuotes>
: public std::true_type {};
static_assert(
std::is_standard_layout_v<::llcpp::escapeme::DocCommentWithQuotes>);
static_assert(offsetof(::llcpp::escapeme::DocCommentWithQuotes, __reserved) ==
0);
static_assert(sizeof(::llcpp::escapeme::DocCommentWithQuotes) ==
::llcpp::escapeme::DocCommentWithQuotes::PrimarySize);
} // namespace fidl