Searched refs:GetUlong (Results 1 – 5 of 5) sorted by relevance
22 …public ulong Id { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos) :…40 …e> o2) => builder.DataBuffer.GetUlong(Table.__offset(4, o1.Value, builder.DataBuffer)).CompareTo(b… in CreateSortedVectorOfReferrable()50 int comp = bb.GetUlong(Table.__offset(4, bb.Length - tableOffset, bb)).CompareTo(key); in __lookup_by_key()
78 …public ulong Testhashu64Fnv1 { get { int o = __p.__offset(42); return o != 0 ? __p.bb.GetUlong(o +…86 …public ulong Testhashu64Fnv1a { get { int o = __p.__offset(50); return o != 0 ? __p.bb.GetUlong(o …140 …eWeakReference { get { int o = __p.__offset(76); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos) :…142 …eakReferences(int j) { int o = __p.__offset(78); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfWeakReferences()154 …public ulong CoOwningReference { get { int o = __p.__offset(82); return o != 0 ? __p.bb.GetUlong(o…156 …ingReferences(int j) { int o = __p.__offset(84); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfCoOwningReferences()165 …public ulong NonOwningReference { get { int o = __p.__offset(86); return o != 0 ? __p.bb.GetUlong(…167 …ingReferences(int j) { int o = __p.__offset(88); return o != 0 ? __p.bb.GetUlong(__p.__vector(o) +… in VectorOfNonOwningReferences()
36 …public ulong U64 { get { int o = __p.__offset(18); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos)…
127 return t.bb.GetUlong(t.bb_pos + off); in GetSlot()
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