File: monsterdata_test.golden

package info (click to toggle)
golang-github-google-flatbuffers 24.12.23-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 17,704 kB
  • sloc: cpp: 53,217; python: 6,900; cs: 5,566; java: 4,370; php: 1,460; javascript: 1,061; xml: 1,016; sh: 886; makefile: 13
file content (82 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (13)
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
75
76
77
78
79
80
81
82
{
  pos: {
    x: 1.0,
    y: 2.0,
    z: 3.0,
    test1: 3.14159265359,
    test2: "Green",
    test3: {
      a: 10,
      b: 20
    }
  },
  hp: 80,
  name: "MyMonster",
  inventory: [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9
  ],
  test_type: "Monster",
  test: {
    name: "Fred"
  },
  test4: [
    {
      a: 10,
      b: 20
    },
    {
      a: 30,
      b: 40
    }
  ],
  testarrayofstring: [
    "bob",
    "fred",
    "bob",
    "fred"
  ],
  testarrayoftables: [
    {
      hp: 1000,
      name: "Barney"
    },
    {
      name: "Fred"
    },
    {
      name: "Wilma"
    }
  ],
  testnestedflatbuffer: {
    name: "NestedMonster"
  },
  testbool: true,
  testhashs32_fnv1: -579221183,
  testhashu32_fnv1: 3715746113,
  testhashs64_fnv1: 7930699090847568257,
  testhashu64_fnv1: 7930699090847568257,
  testhashs32_fnv1a: -1904106383,
  testhashu32_fnv1a: 2390860913,
  testhashs64_fnv1a: 4898026182817603057,
  testhashu64_fnv1a: 4898026182817603057,
  flex: 1234,
  test5: [
    {
      a: 10,
      b: 20
    },
    {
      a: 30,
      b: 40
    }
  ]
}