Home
last modified time | relevance | path

Searched refs:GetUlong (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs360 return (long)GetUlong(offset); in GetLong()
363 public unsafe ulong GetUlong(int offset) in GetUlong() method in FlatBuffers.ByteBuffer
434 public ulong GetUlong(int index) in GetUlong() method in FlatBuffers.ByteBuffer
/external/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs128 return t.bb.GetUlong(t.bb_pos + off); in GetSlot()
/external/flatbuffers/tests/MyGame/Example/
DMonster.cs59 …public ulong Testhashu64Fnv1 { get { int o = __p.__offset(42); return o != 0 ? __p.bb.GetUlong(o +…
67 …public ulong Testhashu64Fnv1a { get { int o = __p.__offset(50); return o != 0 ? __p.bb.GetUlong(o …