Searched defs:GetLong (Results 1 – 11 of 11) sorted by relevance
32 public class GetLong { class
757 public long GetLong(int offset) in GetLong() method in FlatBuffers.ByteBuffer841 public long GetLong(int index) in GetLong() method in FlatBuffers.ByteBuffer
49 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
258 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
124 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
344 intmax_t GetLong() { return va_arg(ap_, long); } in GetLong() function
148 intmax_t GetLong() { return params_.GetParam<long>(); } in GetLong() function in berberis::__anonb96b8ddf0111::FormatBufferGuestParamsArgs
374 def GetLong(self, key): member in SharedPrefs
260 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() function
618 int64_t LogEvent::GetLong(size_t key, status_t* err) const { in GetLong() function in android::os::statsd::LogEvent
453 TEST(GetValue, GetLong) { in TEST() argument