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

Method Default

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

Source from the content-addressed store, hash-verified

466 ParseStringHandler& operator=(const ParseStringHandler&);
467
468 bool Default() { ADD_FAILURE(); return false; }
469 bool String(const typename Encoding::Ch* str, size_t length, bool copy) {
470 EXPECT_EQ(0, str_);
471 if (copy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected