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

Method GetMember

rapidjson/schema.h:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964 }
965
966 static const ValueType* GetMember(const ValueType& value, const ValueType& name) {
967 typename ValueType::ConstMemberIterator itr = value.FindMember(name);
968 return itr != value.MemberEnd() ? &(itr->value) : 0;
969 }
970
971 static void AssignIfExist(bool& out, const ValueType& value, const ValueType& name) {
972 if (const ValueType* v = GetMember(value, name))

Callers

nothing calls this directly

Calls 2

FindMemberMethod · 0.80
MemberEndMethod · 0.80

Tested by

no test coverage detected