chromium/out/Default/gen/third_party/blink/renderer/modules/indexed_db_names.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Generated from template:
//   templates/make_names.cc.tmpl
// and input files:
//   ../../third_party/blink/renderer/modules/indexeddb/indexed_db_names.json5


#include "third_party/blink/renderer/modules/indexed_db_names.h"

#include <iterator>

#include "third_party/blink/renderer/platform/wtf/std_lib_extras.h"
#include "third_party/blink/renderer/platform/wtf/text/string_hasher.h"

namespace blink {
namespace indexed_db_names {

void* names_storage[kNamesCount * ((sizeof(AtomicString) + sizeof(void *) - 1) / sizeof(void *))];

const AtomicString& kIndexedDB =;
const AtomicString& kDefault =;
const AtomicString& kDone =;
const AtomicString& kNext =;
const AtomicString& kNextunique =;
const AtomicString& kNone =;
const AtomicString& kPending =;
const AtomicString& kPrev =;
const AtomicString& kPrevunique =;
const AtomicString& kReadonly =;
const AtomicString& kReadwrite =;
const AtomicString& kRelaxed =;
const AtomicString& kStrict =;
const AtomicString& kTotal =;
const AtomicString& kVersionchange =;

void Init() {}

}  // namespace indexed_db_names
}  // namespace blink