Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs18 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); } }
DTypeAliases.cs30 …public uint U32 { get { int o = __p.__offset(14); return o != 0 ? __p.bb.GetUint(o + __p.bb_pos) :…
DMonster.cs73 …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 + …
/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/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs106 return t.bb.GetUint(t.bb_pos + off); in GetSlot()
/external/libchrome/base/debug/
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/boringssl/src/crypto/bytestring/
Dbytestring_test.cc44 TEST(CBSTest, GetUint) { in TEST() argument