// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: lens_overlay_platform.proto
// Protobuf C++ Version: 7.35.1

#include "lens_overlay_platform.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace lens {
}  // namespace lens
namespace lens {
PROTOBUF_CONSTINIT const uint32_t Platform_internal_data_[] = {
    65536u, 32u, 36u, };
static const char Platform_names[] = {
    "PLATFORM_LENS_OVERLAY"
    "PLATFORM_UNSPECIFIED"
    "PLATFORM_WEB"
};

static const ::google::protobuf::internal::EnumEntry Platform_entries[] = {
    {{&Platform_names[0], 21}, 6},
    {{&Platform_names[21], 20}, 0},
    {{&Platform_names[41], 12}, 3},
};

static const int Platform_entries_by_number[] = {
    1,  // 0 -> PLATFORM_UNSPECIFIED
    2,  // 3 -> PLATFORM_WEB
    0,  // 6 -> PLATFORM_LENS_OVERLAY
};

bool Platform_Parse(::absl::string_view name,
                                  Platform* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      Platform_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<Platform>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    Platform_strings[3] = {};

const ::std::string& Platform_Name(Platform value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      Platform_entries, Platform_entries_by_number, 3,
      Platform_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(Platform_entries,
                                  Platform_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : Platform_strings[idx].get();
}
// @@protoc_insertion_point(namespace_scope)
}  // namespace lens
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
