chromium/out/Default/gen/third_party/blink/renderer/core/xlink_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_qualified_names.cc.tmpl
// and input files:
//   ../../third_party/blink/renderer/core/svg/xlink_attribute_names.json5


#include "third_party/blink/renderer/core/xlink_names.h"

#include <memory>

#include <iterator>

#include "third_party/blink/renderer/platform/wtf/static_constructors.h"
#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 xlink_names {

DEFINE_GLOBAL();

// Attributes

void* attr_storage[kAttrsCount * ((sizeof(QualifiedName) + sizeof(void *) - 1) / sizeof(void *))];

const QualifiedName& kActuateAttr =;
const QualifiedName& kArcroleAttr =;
const QualifiedName& kHrefAttr =;
const QualifiedName& kRoleAttr =;
const QualifiedName& kShowAttr =;
const QualifiedName& kTitleAttr =;
const QualifiedName& kTypeAttr =;

std::unique_ptr<const QualifiedName*[]> GetAttrs() {}


void Init() {}


}  // namespace xlink_names
}  // namespace blink