/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/doctext/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include #include "thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.h" namespace apache { namespace thrift { template <> struct TEnumDataStorage<::cpp2::B> { using type = ::cpp2::B; static constexpr const std::size_t size = 1; static constexpr std::array values = { { type::HELLO, }}; static constexpr std::array names = { { "HELLO"sv, }}; }; template <> struct TEnumDataStorage<::cpp2::U::Type> { using type = ::cpp2::U::Type; static constexpr const std::size_t size = 2; static constexpr std::array values = { { type::i, type::s, }}; static constexpr std::array names = { { "i"sv, "s"sv, }}; }; template <> struct TStructDataStorage<::cpp2::A> { static constexpr const std::size_t fields_size = 1; static const std::string_view name; static const std::array fields_names; static const std::array fields_ids; static const std::array fields_types; private: // The following fields describe internal storage metadata, and are private to // prevent user logic from accessing them, but they can be inspected by // debuggers. static const std::array storage_names; // -1 if the field has no isset. static const std::array isset_indexes; }; template <> struct TStructDataStorage<::cpp2::U> { static constexpr const std::size_t fields_size = 2; static const std::string_view name; static const std::array fields_names; static const std::array fields_ids; static const std::array fields_types; private: // The following fields describe internal storage metadata, and are private to // prevent user logic from accessing them, but they can be inspected by // debuggers. static const std::array storage_names; // -1 if the field has no isset. static const std::array isset_indexes; }; template <> struct TStructDataStorage<::cpp2::Bang> { static constexpr const std::size_t fields_size = 1; static const std::string_view name; static const std::array fields_names; static const std::array fields_ids; static const std::array fields_types; private: // The following fields describe internal storage metadata, and are private to // prevent user logic from accessing them, but they can be inspected by // debuggers. static const std::array storage_names; // -1 if the field has no isset. static const std::array isset_indexes; }; }} // apache::thrift