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

Method EndObject

example/filterkeydom/filterkeydom.cpp:61–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 bool EndObject(SizeType) {
62 if (filterValueDepth_ > 0) {
63 filterValueDepth_--;
64 return EndValue();
65 }
66 else {
67 // Use our own filtered memberCount
68 SizeType memberCount = filteredKeyCount_.top();
69 filteredKeyCount_.pop();
70 return outputHandler_.EndObject(memberCount) && EndValue();
71 }
72 }
73
74 bool StartArray() {
75 if (filterValueDepth_ > 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected