MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Double

Method Double

example/simplereader/simplereader.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 bool Int64(int64_t i) { cout << "Int64(" << i << ")" << endl; return true; }
13 bool Uint64(uint64_t u) { cout << "Uint64(" << u << ")" << endl; return true; }
14 bool Double(double d) { cout << "Double(" << d << ")" << endl; return true; }
15 bool RawNumber(const char* str, SizeType length, bool copy) {
16 cout << "Number(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
17 return true;

Callers 2

mainFunction · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected