HomeSort by relevance Sort by last modified time
    Searched defs:GetLong (Results 1 - 3 of 3) sorted by null

  /art/runtime/
art_field-inl.h 198 inline int64_t ArtField::GetLong(mirror::Object* object) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 313 def GetLong(self, key):
  /external/lzma/CPP/Windows/
Window.h 180 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); }
182 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); }
188 LONG_PTR GetLongPtr(int index) const { return GetLong(index); }

Completed in 242 milliseconds