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

Method AddMember

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

Source from the content-addressed store, hash-verified

2571 MemberIterator FindMember(const std::basic_string<Ch>& name) const { return value_.FindMember(name); }
2572#endif
2573 GenericObject AddMember(ValueType& name, ValueType& value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }
2574 GenericObject AddMember(ValueType& name, StringRefType value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }
2575#if RAPIDJSON_HAS_STDSTRING
2576 GenericObject AddMember(ValueType& name, std::basic_string<Ch>& value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }

Callers 15

PostRequestMethod · 0.80
GetStateMethod · 0.80
GetLogStatusMethod · 0.80
SetLogEnabledMethod · 0.80
QueryOverrideMethod · 0.80
SetOverrideMethod · 0.80
ClearOverrideMethod · 0.80
ProcessObjCDataMethod · 0.80
ProcessCFStringsMethod · 0.80
InitMethod · 0.80
UniversalViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected