Searched refs:GetUint (Results 1 – 10 of 10) sorted by relevance
19 public uint Id { get { return __p.bb.GetUint(__p.bb_pos + 0); } }21 public uint Distance { get { return __p.bb.GetUint(__p.bb_pos + 4); } }
32 …public uint U32 { get { int o = __p.__offset(14); return o != 0 ? __p.bb.GetUint(o + __p.bb_pos) :…
74 …public uint Testhashu32Fnv1 { get { int o = __p.__offset(38); return o != 0 ? __p.bb.GetUint(o + _…82 …public uint Testhashu32Fnv1a { get { int o = __p.__offset(46); return o != 0 ? __p.bb.GetUint(o + …
105 return t.bb.GetUint(t.bb_pos + off); in GetSlot()
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
311 EXPECT_EQ(2222U, user_data.at("uint2").GetUint()); in TEST_F()338 EXPECT_EQ(1111U, user_data.at("uint1").GetUint()); in TEST_F()389 EXPECT_EQ(9999U, snapshot.at("uint").GetUint()); in TEST_F()
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