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

Method MemberEnd

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

Source from the content-addressed store, hash-verified

2560#endif
2561 MemberIterator MemberBegin() const { return value_.MemberBegin(); }
2562 MemberIterator MemberEnd() const { return value_.MemberEnd(); }
2563 bool HasMember(const Ch* name) const { return value_.HasMember(name); }
2564#if RAPIDJSON_HAS_STDSTRING
2565 bool HasMember(const std::basic_string<Ch>& name) const { return value_.HasMember(name); }

Callers 9

SchemaMethod · 0.80
GetMemberMethod · 0.80
CreateSchemaRecursiveMethod · 0.80
HandleRefSchemaMethod · 0.80
operator==Function · 0.80
endMethod · 0.80
GenericPointerClass · 0.80
GetMethod · 0.80
EraseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected