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

Class Number

rapidjson/schema.h:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223private:
224 static const size_t kDefaultSize = 256;
225 struct Number {
226 union U {
227 uint64_t u;
228 int64_t i;
229 }u;
230 double d;
231 };
232
233 bool WriteType(Type type) { return WriteBuffer(type, 0, 0); }
234

Callers 1

cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected