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

Method ParseUint64Handler

test/unittest/readertest.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95struct ParseUint64Handler : BaseReaderHandler<UTF8<>, ParseUint64Handler> {
96 ParseUint64Handler() : step_(0), actual_() {}
97 bool Default() { ADD_FAILURE(); return false; }
98 bool Uint64(uint64_t i) { actual_ = i; step_++; return true; }
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected