blob: c09e5a29737d86a3d3a9340e01c8aa9106a53f3b [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <escaping.test.json.h>
#include "lib/fidl/cpp/internal/implementation.h"
namespace escapeme {
extern "C" const fidl_type_t v1_escapeme_DocCommentWithQuotesTable;
const fidl_type_t* DocCommentWithQuotes::FidlType =
&v1_escapeme_DocCommentWithQuotesTable;
void DocCommentWithQuotes::Encode(::fidl::Encoder* _encoder, size_t _offset) {
::fidl::Encode(_encoder, &__reserved, _offset + 0);
}
void DocCommentWithQuotes::Decode(::fidl::Decoder* _decoder,
DocCommentWithQuotes* value, size_t _offset) {
::fidl::Decode(_decoder, &value->__reserved, _offset + 0);
}
zx_status_t DocCommentWithQuotes::Clone(DocCommentWithQuotes* _result) const {
zx_status_t _status = ::fidl::Clone(__reserved, &_result->__reserved);
if (_status != ZX_OK) return _status;
return ZX_OK;
}
} // namespace escapeme