summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGStringListImpl.lut.h
blob: 84f734d664482d8a6cb29a86ebd1fe3f05b25ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* Automatically generated from impl/SVGStringListImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

static const char SharedString__s_hashTableStrings[] = {
    "\0"
    "dummy\0"
};


static const struct HashEntry SharedString__s_hashTableEntries[] = {
   { 1, SharedString::Dummy, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SharedString::s_hashTable = { 2, 2, SharedString__s_hashTableEntries, 2, SharedString__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGStringListImpl__s_hashTableStrings[] = {
    "\0"
    "numberOfItems\0"
};


static const struct HashEntry SVGStringListImpl__s_hashTableEntries[] = {
   { 1, SVGListDefs::NumberOfItems, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGStringListImpl::s_hashTable = { 2, 2, SVGStringListImpl__s_hashTableEntries, 2, SVGStringListImpl__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGStringListImplProto__s_hashTableStrings[] = {
    "\0"
    "insertItemBefore\0"
    "replaceItem\0"
    "appendItem\0"
    "initialize\0"
    "removeItem\0"
    "getItem\0"
    "clear\0"
};


static const struct HashEntry SVGStringListImplProto__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 71, SVGListDefs::Clear, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 63, SVGListDefs::GetItem, DontDelete|Function, 1, -1 },
   { 1, SVGListDefs::InsertItemBefore, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 41, SVGListDefs::Initialize, DontDelete|Function, 1, -1 },
   { 52, SVGListDefs::RemoveItem, DontDelete|Function, 1, 11 },
   { 18, SVGListDefs::ReplaceItem, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 30, SVGListDefs::AppendItem, DontDelete|Function, 1, -1 }
};

const struct HashTable SVGStringListImplProto::s_hashTable = { 2, 12, SVGStringListImplProto__s_hashTableEntries, 11, SVGStringListImplProto__s_hashTableStrings};

} // namespace