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

Function IsUint64

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

Source from the content-addressed store, hash-verified

958 bool IsUint() const { return (data_.f.flags & kUintFlag) != 0; }
959 bool IsInt64() const { return (data_.f.flags & kInt64Flag) != 0; }
960 bool IsUint64() const { return (data_.f.flags & kUint64Flag) != 0; }
961 bool IsDouble() const { return (data_.f.flags & kDoubleFlag) != 0; }
962 bool IsString() const { return (data_.f.flags & kStringFlag) != 0; }
963

Callers 1

IsLosslessDoubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected