Home
last modified time | relevance | path

Searched defs:GetLong (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs757 public long GetLong(int offset) in GetLong() method in FlatBuffers.ByteBuffer
841 public long GetLong(int index) in GetLong() method in FlatBuffers.ByteBuffer
/external/lzma/CPP/Windows/
DWindow.h181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py374 def GetLong(self, key): member in SharedPrefs