Searched defs:getInt64 (Results 1 – 3 of 3) sorted by relevance
54 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); } in getInt64() function
76 public native final long getInt64(long offset); in getInt64() method in HwBlob
997 bool getInt64(const char *key, int64_t *value) const { in getInt64() function