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

Method StartObject

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

Source from the content-addressed store, hash-verified

21 return true;
22 }
23 bool StartObject() { cout << "StartObject()" << endl; return true; }
24 bool Key(const char* str, SizeType length, bool copy) {
25 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
26 return true;

Callers 4

mainFunction · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected