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

Function IsUint

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

Source from the content-addressed store, hash-verified

956 bool IsNumber() const { return (data_.f.flags & kNumberFlag) != 0; }
957 bool IsInt() const { return (data_.f.flags & kIntFlag) != 0; }
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; }

Callers 1

AcceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected