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

Function IndirectDouble

Libs/flatbuffers/flexbuffers.h:1000–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998 }
999
1000 void IndirectDouble(double f) {
1001 PushIndirect(f, FBT_INDIRECT_FLOAT, WidthF(f));
1002 }
1003 void IndirectDouble(const char *key, double d) {
1004 Key(key);
1005 IndirectDouble(d);

Callers

nothing calls this directly

Calls 3

PushIndirectFunction · 0.85
WidthFFunction · 0.85
KeyFunction · 0.70

Tested by

no test coverage detected