Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test/
DByteBufferTests.cs267 Assert.AreEqual(0x010203040A0B0C0D, uut.GetLong(0)); in ByteBuffer_GetLongReturnsCorrectData()
276 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(8)); in ByteBuffer_GetLongChecksOffset()
284 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(0)); in ByteBuffer_GetLongChecksLength()
DTestTable.cs117 return t.bb.GetLong(t.bb_pos + off); in GetSlot()
/external/lzma/CPP/Windows/
DWindow.h181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() function
183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()
189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr()
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs358 public long GetLong(int offset) in GetLong() method in FlatBuffers.ByteBuffer
429 public long GetLong(int index) in GetLong() method in FlatBuffers.ByteBuffer
/external/flatbuffers/tests/MyGame/Example/
DStat.cs20 …public long Val { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : …
DMonster.cs57 …public long Testhashs64Fnv1 { get { int o = __p.__offset(40); return o != 0 ? __p.bb.GetLong(o + _…
65 …public long Testhashs64Fnv1a { get { int o = __p.__offset(48); return o != 0 ? __p.bb.GetLong(o + …
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs.py313 def GetLong(self, key): member in SharedPrefs
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py330 def GetLong(self, key): member in SharedPrefs