MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / EndObject

Method EndObject

rapidjson/reader.h:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 bool StartObject() { return static_cast<Override&>(*this).Default(); }
213 bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); }
214 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); }
215 bool StartArray() { return static_cast<Override&>(*this).Default(); }
216 bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); }
217};

Callers 2

ParseObjectMethod · 0.45

Calls 1

DefaultMethod · 0.80

Tested by

no test coverage detected