Searched refs:GetUlong (Results 1 – 5 of 5) sorted by relevance
20 …public ulong Id { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos) :…38 …e> o2) => builder.DataBuffer.GetUlong(Table.__offset(4, o1.Value, builder.DataBuffer)).CompareTo(b… in CreateSortedVectorOfReferrable()48 int comp = bb.GetUlong(Table.__offset(4, bb.Length - tableOffset, bb)).CompareTo(key); in __lookup_by_key()
77 …public ulong Testhashu64Fnv1 { get { int o = __p.__offset(42); return o != 0 ? __p.bb.GetUlong(o +…85 …public ulong Testhashu64Fnv1a { get { int o = __p.__offset(50); return o != 0 ? __p.bb.GetUlong(o …139 …eWeakReference { get { int o = __p.__offset(76); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos) :…141 …eakReferences(int j) { int o = __p.__offset(78); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfWeakReferences()153 …public ulong CoOwningReference { get { int o = __p.__offset(82); return o != 0 ? __p.bb.GetUlong(o…155 …ingReferences(int j) { int o = __p.__offset(84); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfCoOwningReferences()164 …public ulong NonOwningReference { get { int o = __p.__offset(86); return o != 0 ? __p.bb.GetUlong(…166 …ingReferences(int j) { int o = __p.__offset(88); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfNonOwningReferences()
34 …public ulong U64 { get { int o = __p.__offset(18); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos)…
691 return (long)GetUlong(offset); in GetLong()694 public unsafe ulong GetUlong(int offset) in GetUlong() method in FlatBuffers.ByteBuffer778 public ulong GetUlong(int index) in GetUlong() method in FlatBuffers.ByteBuffer
128 return t.bb.GetUlong(t.bb_pos + off); in GetSlot()