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

Method StartArray

example/filterkeydom/filterkeydom.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 bool StartArray() {
75 if (filterValueDepth_ > 0) {
76 filterValueDepth_++;
77 return true;
78 }
79 else
80 return outputHandler_.StartArray();
81 }
82
83 bool EndArray(SizeType elementCount) {
84 if (filterValueDepth_ > 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected