Home
last modified time | relevance | path

Searched refs:GetUint (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs19 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); } }
DTypeAliases.cs32 …public uint U32 { get { int o = __p.__offset(14); return o != 0 ? __p.bb.GetUint(o + __p.bb_pos) :…
DMonster.cs74 …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 + …
/external/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs105 return t.bb.GetUint(t.bb_pos + off); in GetSlot()
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs670 return (int)GetUint(offset); in GetInt()
673 public unsafe uint GetUint(int offset) in GetUint() method in FlatBuffers.ByteBuffer
768 public uint GetUint(int index) in GetUint() method in FlatBuffers.ByteBuffer
/external/libchrome/base/debug/
Dactivity_analyzer_unittest.cc311 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()
Dactivity_tracker.h380 uint64_t GetUint() const;
Dactivity_tracker.cc310 uint64_t ActivityUserData::TypedValue::GetUint() const { in GetUint() function in base::debug::ActivityUserData::TypedValue
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dbytestring_test.cc44 TEST(CBSTest, GetUint) { in TEST() argument
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc44 TEST(CBSTest, GetUint) { in TEST() argument