MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetInt64

Function GetInt64

rapidjson/document.h:1689–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687 int GetInt() const { RAPIDJSON_ASSERT(data_.f.flags & kIntFlag); return data_.n.i.i; }
1688 unsigned GetUint() const { RAPIDJSON_ASSERT(data_.f.flags & kUintFlag); return data_.n.u.u; }
1689 int64_t GetInt64() const { RAPIDJSON_ASSERT(data_.f.flags & kInt64Flag); return data_.n.i64; }
1690 uint64_t GetUint64() const { RAPIDJSON_ASSERT(data_.f.flags & kUint64Flag); return data_.n.u64; }
1691
1692 //! Get the value as double type.

Callers 1

IsLosslessDoubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected