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

Method Default

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

Source from the content-addressed store, hash-verified

68struct ParseIntHandler : BaseReaderHandler<UTF8<>, ParseIntHandler> {
69 ParseIntHandler() : step_(0), actual_() {}
70 bool Default() { ADD_FAILURE(); return false; }
71 bool Int(int i) { actual_ = i; step_++; return true; }
72
73 unsigned step_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected