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

Method Key

rapidjson/document.h:2401–2401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399 bool StartObject() { new (stack_.template Push<ValueType>()) ValueType(kObjectType); return true; }
2400
2401 bool Key(const Ch* str, SizeType length, bool copy) { return String(str, length, copy); }
2402
2403 bool EndObject(SizeType memberCount) {
2404 typename ValueType::Member* members = stack_.template Pop<typename ValueType::Member>(memberCount);

Callers 1

AcceptFunction · 0.45

Calls 1

StringClass · 0.85

Tested by

no test coverage detected