MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Long

Method Long

Libs/flatbuffers/minireflect.h:365–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 void Int(int32_t x, const char *name) { Named(x, name); }
364 void UInt(uint32_t x, const char *name) { Named(x, name); }
365 void Long(int64_t x) { s += NumToString(x); }
366 void ULong(uint64_t x) { s += NumToString(x); }
367 void Float(float x) { s += NumToString(x); }
368 void Double(double x) { s += NumToString(x); }

Callers 1

IterateValueFunction · 0.45

Calls 1

NumToStringFunction · 0.85

Tested by

no test coverage detected