Searched refs:GetUint (Results 1 – 8 of 8) sorted by relevance
18 public uint Id { get { return __p.bb.GetUint(__p.bb_pos + 0); } }20 public uint Distance { get { return __p.bb.GetUint(__p.bb_pos + 4); } }
30 …public uint U32 { get { int o = __p.__offset(14); return o != 0 ? __p.bb.GetUint(o + __p.bb_pos) :…
73 …public uint Testhashu32Fnv1 { get { int o = __p.__offset(38); return o != 0 ? __p.bb.GetUint(o + _…81 …public uint Testhashu32Fnv1a { get { int o = __p.__offset(46); return o != 0 ? __p.bb.GetUint(o + …
670 return (int)GetUint(offset); in GetInt()673 public unsafe uint GetUint(int offset) in GetUint() method in FlatBuffers.ByteBuffer768 public uint GetUint(int index) in GetUint() method in FlatBuffers.ByteBuffer
106 return t.bb.GetUint(t.bb_pos + off); in GetSlot()
380 uint64_t GetUint() const;
310 uint64_t ActivityUserData::TypedValue::GetUint() const { in GetUint() function in base::debug::ActivityUserData::TypedValue
44 TEST(CBSTest, GetUint) { in TEST() argument